Make sure short aliases are used where required.
[openssl.git] / crypto / pkcs7 / verify.c
index 49fc8d8bed6b76c5b9c8056b543c62dc00b19f99..5f7afe89336c53a1b7bcc4132ae7300761606647 100644 (file)
@@ -85,16 +85,16 @@ char *argv[];
 
        bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
        bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
-#ifndef NO_MD2
+#ifndef OPENSSL_NO_MD2
        EVP_add_digest(EVP_md2());
 #endif
-#ifndef NO_MD5
+#ifndef OPENSSL_NO_MD5
        EVP_add_digest(EVP_md5());
 #endif
-#ifndef NO_SHA1
+#ifndef OPENSSL_NO_SHA1
        EVP_add_digest(EVP_sha1());
 #endif
-#ifndef NO_MDC2
+#ifndef OPENSSL_NO_MDC2
        EVP_add_digest(EVP_mdc2());
 #endif