diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/t_crl.c')
-rw-r--r-- | src/lib/libcrypto/asn1/t_crl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/t_crl.c b/src/lib/libcrypto/asn1/t_crl.c index cd1ed26174..ab4a8c60d2 100644 --- a/src/lib/libcrypto/asn1/t_crl.c +++ b/src/lib/libcrypto/asn1/t_crl.c | |||
@@ -64,7 +64,6 @@ | |||
64 | #include <openssl/x509.h> | 64 | #include <openssl/x509.h> |
65 | #include <openssl/x509v3.h> | 65 | #include <openssl/x509v3.h> |
66 | 66 | ||
67 | #ifndef OPENSSL_NO_FP_API | ||
68 | int | 67 | int |
69 | X509_CRL_print_fp(FILE *fp, X509_CRL *x) | 68 | X509_CRL_print_fp(FILE *fp, X509_CRL *x) |
70 | { | 69 | { |
@@ -80,7 +79,6 @@ X509_CRL_print_fp(FILE *fp, X509_CRL *x) | |||
80 | BIO_free(b); | 79 | BIO_free(b); |
81 | return (ret); | 80 | return (ret); |
82 | } | 81 | } |
83 | #endif | ||
84 | 82 | ||
85 | int | 83 | int |
86 | X509_CRL_print(BIO *out, X509_CRL *x) | 84 | X509_CRL_print(BIO *out, X509_CRL *x) |