Cleanup OPENSSL_NO_xxx, part 1
[openssl.git] / crypto / dsa / dsa.h
index 8feb2a15821b94bc07d5e6f8494d87dd3c823726..28bb0c8a2cbf44692a46b8ba87c6557d6c04d9ad 100644 (file)
@@ -257,7 +257,7 @@ int i2d_DSAparams(const DSA *a,unsigned char **pp);
 int    DSAparams_print(BIO *bp, const DSA *x);
 int    DSA_print(BIO *bp, const DSA *x, int off);
 #endif
-#ifndef OPENSSL_NO_FP_API
+#ifndef OPENSSL_NO_STDIO
 int    DSAparams_print_fp(FILE *fp, const DSA *x);
 int    DSA_print_fp(FILE *bp, const DSA *x, int off);
 #endif