diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index ff42e45676..24ba6a6668 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.70 2022/09/11 17:22:52 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.71 2022/11/10 13:09:34 jsing 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 | * |
@@ -838,6 +838,9 @@ int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v); | |||
838 | int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags); | 838 | int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags); |
839 | int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, | 839 | int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, |
840 | unsigned char *buf, int off); | 840 | unsigned char *buf, int off); |
841 | #if defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) | ||
842 | int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent); | ||
843 | #endif | ||
841 | int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent); | 844 | int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent); |
842 | int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump); | 845 | int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump); |
843 | #endif | 846 | #endif |