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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h
index fbc5d098d8..bef5cb4808 100644
--- a/src/lib/libcrypto/asn1/asn1.h
+++ b/src/lib/libcrypto/asn1/asn1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1.h,v 1.77 2023/07/28 09:58:30 tb Exp $ */ 1/* $OpenBSD: asn1.h,v 1.78 2023/07/28 10:02:11 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -834,9 +834,6 @@ int ASN1_GENERALIZEDTIME_print(BIO *fp, const ASN1_GENERALIZEDTIME *a);
834int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a); 834int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
835int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v); 835int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
836int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags); 836int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
837int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
838 unsigned char *buf, int off);
839int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent);
840int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent); 837int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent);
841int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump); 838int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump);
842#endif 839#endif