]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ocsp/ocsp_lib.c
Make all configuration macros available for application by making
[thirdparty/openssl.git] / crypto / ocsp / ocsp_lib.c
index aaa4becaaeec34fac087327f456be23ab7b7a812..4cdc5f01116aa97c3402156ee121fd1a11562419 100644 (file)
@@ -77,7 +77,7 @@ OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer)
        X509_NAME *iname;
        ASN1_INTEGER *serial;
        ASN1_BIT_STRING *ikey;
-#ifndef NO_SHA1
+#ifndef OPENSSL_NO_SHA1
        if(!dgst) dgst = EVP_sha1();
 #endif
        iname = X509_get_issuer_name(subject);