summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/t_req.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/t_req.c')
-rw-r--r--src/lib/libcrypto/asn1/t_req.c2
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
74int 73int
75X509_REQ_print_fp(FILE *fp, X509_REQ *x) 74X509_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
91int 89int
92X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags, 90X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags,