From: Dr. Stephen Henson Date: Wed, 19 Apr 2006 17:47:15 +0000 (+0000) Subject: Remove dss1 hack from S/MIME code. X-Git-Tag: OpenSSL_0_9_8k^2~1369 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3d153f79859b1b5ae02b7132a49ebe16c3c5208c;p=oweals%2Fopenssl.git Remove dss1 hack from S/MIME code. --- diff --git a/crypto/pkcs7/pk7_doit.c b/crypto/pkcs7/pk7_doit.c index c2203f5a59..67bb8264e0 100644 --- a/crypto/pkcs7/pk7_doit.c +++ b/crypto/pkcs7/pk7_doit.c @@ -946,11 +946,13 @@ for (ii=0; iitype == EVP_PKEY_DSA) mdc_tmp.digest=EVP_dss1(); #endif #ifndef OPENSSL_NO_ECDSA if (pkey->type == EVP_PKEY_EC) mdc_tmp.digest=EVP_ecdsa(); +#endif #endif i=EVP_VerifyFinal(&mdc_tmp,os->data,os->length, pkey);