summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa/rsa_prn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/rsa/rsa_prn.c')
-rw-r--r--lib/libcrypto/rsa/rsa_prn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/rsa/rsa_prn.c b/lib/libcrypto/rsa/rsa_prn.c
index 224db0fae52..c0e75065f07 100644
--- a/lib/libcrypto/rsa/rsa_prn.c
+++ b/lib/libcrypto/rsa/rsa_prn.c
@@ -61,7 +61,6 @@
#include <openssl/rsa.h>
#include <openssl/evp.h>
-#ifndef OPENSSL_NO_FP_API
int RSA_print_fp(FILE *fp, const RSA *x, int off)
{
BIO *b;
@@ -77,7 +76,6 @@ int RSA_print_fp(FILE *fp, const RSA *x, int off)
BIO_free(b);
return(ret);
}
-#endif
int RSA_print(BIO *bp, const RSA *x, int off)
{