Remove dss1 hack from S/MIME code.
[openssl.git] / crypto / pkcs7 / pk7_doit.c
index c2203f5a59ca99cea6533d56931e58fb45a32378..67bb8264e02b7d77a3df6ecec20cf2fdbc96a88a 100644 (file)
@@ -946,11 +946,13 @@ for (ii=0; ii<md_len; ii++) printf("%02X",md_dat[ii]); printf(" calc\n");
                ret = -1;
                goto err;
                }
+#if 0
 #ifndef OPENSSL_NO_DSA
        if(pkey->type == 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);