Cleanup OPENSSL_NO_xxx, part 1
[openssl.git] / crypto / x509v3 / v3_prn.c
index 31462187081bfaafa5360d48347c7247256a313f..13449ac7c0851a9a48d3b820d4f77fb4e6e145f4 100644 (file)
@@ -221,7 +221,7 @@ static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
 }
        
 
-#ifndef OPENSSL_NO_FP_API
+#ifndef OPENSSL_NO_STDIO
 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent)
 {
        BIO *bio_tmp;