summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/v3_prn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_prn.c')
-rw-r--r--src/lib/libcrypto/x509v3/v3_prn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_prn.c b/src/lib/libcrypto/x509v3/v3_prn.c
index 3874ded51c..ff08534f9a 100644
--- a/src/lib/libcrypto/x509v3/v3_prn.c
+++ b/src/lib/libcrypto/x509v3/v3_prn.c
@@ -212,7 +212,6 @@ unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
212} 212}
213 213
214 214
215#ifndef OPENSSL_NO_FP_API
216int 215int
217X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) 216X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent)
218{ 217{
@@ -225,4 +224,3 @@ X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent)
225 BIO_free(bio_tmp); 224 BIO_free(bio_tmp);
226 return ret; 225 return ret;
227} 226}
228#endif