summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r--src/lib/libcrypto/asn1/asn1.h2
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
935void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x); 934void *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
956int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); 955int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x);
957int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags); 956int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags);
958#endif
959 957
960int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in); 958int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in);
961 959