Cleanup OPENSSL_NO_xxx, part 1
[openssl.git] / crypto / dh / dh.h
index 3f7dca12844e9169a62832fd3f05e0238bb82c30..6e263f9dad738251040afe29ddacf1fbc81af71a 100644 (file)
@@ -221,7 +221,7 @@ DH *        d2i_DHparams(DH **a,const unsigned char **pp, long length);
 int    i2d_DHparams(const DH *a,unsigned char **pp);
 DH *   d2i_DHxparams(DH **a,const unsigned char **pp, long length);
 int    i2d_DHxparams(const DH *a,unsigned char **pp);
-#ifndef OPENSSL_NO_FP_API
+#ifndef OPENSSL_NO_STDIO
 int    DHparams_print_fp(FILE *fp, const DH *x);
 #endif
 #ifndef OPENSSL_NO_BIO