When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should
[oweals/openssl.git] / crypto / bn / bn_print.c
index d1986d72d0fcfa30b2e6167c5b8115745fb7c8d0..5f46b1826c03e706cdc36c399cedd3d6a9857f26 100644 (file)
@@ -277,8 +277,8 @@ err:
        return(0);
        }
 
-#ifndef NO_BIO
-#ifndef NO_FP_API
+#ifndef OPENSSL_NO_BIO
+#ifndef OPENSSL_NO_FP_API
 int BN_print_fp(FILE *fp, const BIGNUM *a)
        {
        BIO *b;