Cleanup OPENSSL_NO_xxx, part 1
[openssl.git] / crypto / dsa / dsa_prn.c
index 6f29f5e2409b13a0c84813e11dd874bfa95cae04..ab560164b763b850fa09bd705724f9e682eca264 100644 (file)
@@ -61,7 +61,7 @@
 #include <openssl/evp.h>
 #include <openssl/dsa.h>
 
-#ifndef OPENSSL_NO_FP_API
+#ifndef OPENSSL_NO_STDIO
 int DSA_print_fp(FILE *fp, const DSA *x, int off)
        {
        BIO *b;