diff options
Diffstat (limited to 'src/lib/libcrypto/asn1')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1t.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1t.h b/src/lib/libcrypto/asn1/asn1t.h index d02fde4ced..bb49be286f 100644 --- a/src/lib/libcrypto/asn1/asn1t.h +++ b/src/lib/libcrypto/asn1/asn1t.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: asn1t.h,v 1.21 2022/05/12 19:11:14 jsing Exp $ */ | 1 | /* $OpenBSD: asn1t.h,v 1.22 2022/09/03 16:01:23 jsing Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -882,11 +882,14 @@ extern const ASN1_ITEM ASN1_BOOLEAN_it; | |||
| 882 | extern const ASN1_ITEM ASN1_TBOOLEAN_it; | 882 | extern const ASN1_ITEM ASN1_TBOOLEAN_it; |
| 883 | extern const ASN1_ITEM ASN1_FBOOLEAN_it; | 883 | extern const ASN1_ITEM ASN1_FBOOLEAN_it; |
| 884 | extern const ASN1_ITEM ASN1_SEQUENCE_it; | 884 | extern const ASN1_ITEM ASN1_SEQUENCE_it; |
| 885 | extern const ASN1_ITEM CBIGNUM_it; | ||
| 886 | extern const ASN1_ITEM BIGNUM_it; | 885 | extern const ASN1_ITEM BIGNUM_it; |
| 887 | extern const ASN1_ITEM LONG_it; | 886 | extern const ASN1_ITEM LONG_it; |
| 888 | extern const ASN1_ITEM ZLONG_it; | 887 | extern const ASN1_ITEM ZLONG_it; |
| 889 | 888 | ||
| 889 | #ifndef LIBRESSL_INTERNAL | ||
| 890 | extern const ASN1_ITEM CBIGNUM_it; | ||
| 891 | #endif | ||
| 892 | |||
| 890 | DECLARE_STACK_OF(ASN1_VALUE) | 893 | DECLARE_STACK_OF(ASN1_VALUE) |
| 891 | 894 | ||
| 892 | /* Functions used internally by the ASN1 code */ | 895 | /* Functions used internally by the ASN1 code */ |
