Fix source where indent will not be able to cope
[oweals/openssl.git] / crypto / bio / b_dump.c
index b3a5f7d0315afa355a5e3501fe00bb772bee357c..34c8392126b7a5684fb395bbbc9921695f1c2401 100644 (file)
@@ -157,7 +157,7 @@ int BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u),
        return(ret);
        }
 
-#ifndef OPENSSL_NO_FP_API
+#ifndef OPENSSL_NO_STDIO
 static int write_fp(const void *data, size_t len, void *fp)
        {
        return UP_fwrite(data, len, 1, fp);