diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 6543e5aafe..be417bb7eb 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
@@ -931,7 +931,6 @@ void *ASN1_item_dup(const ASN1_ITEM *it, void *x); | |||
931 | #define M_ASN1_free_of(x, type) \ | 931 | #define M_ASN1_free_of(x, type) \ |
932 | ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type)) | 932 | ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type)) |
933 | 933 | ||
934 | #ifndef OPENSSL_NO_FP_API | ||
935 | void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x); | 934 | void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x); |
936 | 935 | ||
937 | #define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ | 936 | #define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ |
@@ -955,7 +954,6 @@ int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x); | |||
955 | 954 | ||
956 | int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); | 955 | int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); |
957 | int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags); | 956 | int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags); |
958 | #endif | ||
959 | 957 | ||
960 | int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in); | 958 | int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in); |
961 | 959 | ||