diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/t_x509.c')
-rw-r--r-- | src/lib/libcrypto/asn1/t_x509.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/t_x509.c b/src/lib/libcrypto/asn1/t_x509.c index 81333d67cf..efba93adeb 100644 --- a/src/lib/libcrypto/asn1/t_x509.c +++ b/src/lib/libcrypto/asn1/t_x509.c | |||
@@ -74,7 +74,6 @@ | |||
74 | #include <openssl/x509v3.h> | 74 | #include <openssl/x509v3.h> |
75 | #include "asn1_locl.h" | 75 | #include "asn1_locl.h" |
76 | 76 | ||
77 | #ifndef OPENSSL_NO_FP_API | ||
78 | int | 77 | int |
79 | X509_print_fp(FILE *fp, X509 *x) | 78 | X509_print_fp(FILE *fp, X509 *x) |
80 | { | 79 | { |
@@ -96,7 +95,6 @@ X509_print_ex_fp(FILE *fp, X509 *x, unsigned long nmflag, unsigned long cflag) | |||
96 | BIO_free(b); | 95 | BIO_free(b); |
97 | return (ret); | 96 | return (ret); |
98 | } | 97 | } |
99 | #endif | ||
100 | 98 | ||
101 | int | 99 | int |
102 | X509_print(BIO *bp, X509 *x) | 100 | X509_print(BIO *bp, X509 *x) |