summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1')
-rw-r--r--src/lib/libcrypto/asn1/asn1t.h7
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;
882extern const ASN1_ITEM ASN1_TBOOLEAN_it; 882extern const ASN1_ITEM ASN1_TBOOLEAN_it;
883extern const ASN1_ITEM ASN1_FBOOLEAN_it; 883extern const ASN1_ITEM ASN1_FBOOLEAN_it;
884extern const ASN1_ITEM ASN1_SEQUENCE_it; 884extern const ASN1_ITEM ASN1_SEQUENCE_it;
885extern const ASN1_ITEM CBIGNUM_it;
886extern const ASN1_ITEM BIGNUM_it; 885extern const ASN1_ITEM BIGNUM_it;
887extern const ASN1_ITEM LONG_it; 886extern const ASN1_ITEM LONG_it;
888extern const ASN1_ITEM ZLONG_it; 887extern const ASN1_ITEM ZLONG_it;
889 888
889#ifndef LIBRESSL_INTERNAL
890extern const ASN1_ITEM CBIGNUM_it;
891#endif
892
890DECLARE_STACK_OF(ASN1_VALUE) 893DECLARE_STACK_OF(ASN1_VALUE)
891 894
892/* Functions used internally by the ASN1 code */ 895/* Functions used internally by the ASN1 code */