diff options
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_prn.c')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa_prn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_prn.c b/src/lib/libcrypto/rsa/rsa_prn.c index 224db0fae5..c0e75065f0 100644 --- a/src/lib/libcrypto/rsa/rsa_prn.c +++ b/src/lib/libcrypto/rsa/rsa_prn.c | |||
@@ -61,7 +61,6 @@ | |||
61 | #include <openssl/rsa.h> | 61 | #include <openssl/rsa.h> |
62 | #include <openssl/evp.h> | 62 | #include <openssl/evp.h> |
63 | 63 | ||
64 | #ifndef OPENSSL_NO_FP_API | ||
65 | int RSA_print_fp(FILE *fp, const RSA *x, int off) | 64 | int RSA_print_fp(FILE *fp, const RSA *x, int off) |
66 | { | 65 | { |
67 | BIO *b; | 66 | BIO *b; |
@@ -77,7 +76,6 @@ int RSA_print_fp(FILE *fp, const RSA *x, int off) | |||
77 | BIO_free(b); | 76 | BIO_free(b); |
78 | return(ret); | 77 | return(ret); |
79 | } | 78 | } |
80 | #endif | ||
81 | 79 | ||
82 | int RSA_print(BIO *bp, const RSA *x, int off) | 80 | int RSA_print(BIO *bp, const RSA *x, int off) |
83 | { | 81 | { |