Cleanup OPENSSL_NO_xxx, part 1
[openssl.git] / crypto / err / err_prn.c
index a0168ac8ed628fd4d511059d68b0bffaebad92ed..3ed2bbef7c08e643ecb2f7cc4b91519629a9a8b6 100644 (file)
@@ -86,7 +86,7 @@ void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
                }
        }
 
-#ifndef OPENSSL_NO_FP_API
+#ifndef OPENSSL_NO_STDIO
 static int print_fp(const char *str, size_t len, void *fp)
        {
        BIO bio;