diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/t_req.c')
-rw-r--r-- | src/lib/libcrypto/asn1/t_req.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/t_req.c b/src/lib/libcrypto/asn1/t_req.c index 331440bed5..78f06950cc 100644 --- a/src/lib/libcrypto/asn1/t_req.c +++ b/src/lib/libcrypto/asn1/t_req.c | |||
@@ -70,7 +70,6 @@ | |||
70 | #include <openssl/dsa.h> | 70 | #include <openssl/dsa.h> |
71 | #endif | 71 | #endif |
72 | 72 | ||
73 | #ifndef OPENSSL_NO_FP_API | ||
74 | int | 73 | int |
75 | X509_REQ_print_fp(FILE *fp, X509_REQ *x) | 74 | X509_REQ_print_fp(FILE *fp, X509_REQ *x) |
76 | { | 75 | { |
@@ -86,7 +85,6 @@ X509_REQ_print_fp(FILE *fp, X509_REQ *x) | |||
86 | BIO_free(b); | 85 | BIO_free(b); |
87 | return (ret); | 86 | return (ret); |
88 | } | 87 | } |
89 | #endif | ||
90 | 88 | ||
91 | int | 89 | int |
92 | X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags, | 90 | X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags, |