diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_d2i_fp.c')
-rw-r--r-- | src/lib/libcrypto/asn1/a_d2i_fp.c | 4 |
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 @@ | |||
65 | static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb); | 65 | static 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 | ||
70 | void * | 69 | void * |
71 | ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x) | 70 | ASN1_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 | ||
87 | void * | 85 | void * |
88 | ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x) | 86 | ASN1_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 | ||
132 | void * | 129 | void * |
133 | ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x) | 130 | ASN1_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 |
150 | static int | 146 | static int |