summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_d2i_fp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/a_d2i_fp.c')
-rw-r--r--src/lib/libcrypto/asn1/a_d2i_fp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/a_d2i_fp.c b/src/lib/libcrypto/asn1/a_d2i_fp.c
index af7a4bac30..a31dc35649 100644
--- a/src/lib/libcrypto/asn1/a_d2i_fp.c
+++ b/src/lib/libcrypto/asn1/a_d2i_fp.c
@@ -65,7 +65,6 @@
65static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb); 65static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
66 66
67#ifndef NO_OLD_ASN1 67#ifndef NO_OLD_ASN1
68#ifndef OPENSSL_NO_FP_API
69 68
70void * 69void *
71ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x) 70ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x)
@@ -82,7 +81,6 @@ ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x)
82 BIO_free(b); 81 BIO_free(b);
83 return (ret); 82 return (ret);
84} 83}
85#endif
86 84
87void * 85void *
88ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x) 86ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x)
@@ -128,7 +126,6 @@ err:
128 return (ret); 126 return (ret);
129} 127}
130 128
131#ifndef OPENSSL_NO_FP_API
132void * 129void *
133ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x) 130ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
134{ 131{
@@ -144,7 +141,6 @@ ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
144 BIO_free(b); 141 BIO_free(b);
145 return (ret); 142 return (ret);
146} 143}
147#endif
148 144
149#define HEADER_SIZE 8 145#define HEADER_SIZE 8
150static int 146static int