summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_prn.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/rsa_prn.c')
-rw-r--r--crypto/rsa/rsa_prn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_prn.c b/crypto/rsa/rsa_prn.c
index 224db0fae5..9974224d9f 100644
--- a/crypto/rsa/rsa_prn.c
+++ b/crypto/rsa/rsa_prn.c
@@ -61,7 +61,7 @@
#include <openssl/rsa.h>
#include <openssl/evp.h>
-#ifndef OPENSSL_NO_FP_API
+#ifndef OPENSSL_NO_STDIO
int RSA_print_fp(FILE *fp, const RSA *x, int off)
{
BIO *b;