summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1/a_bitstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/asn1/a_bitstr.c')
-rw-r--r--lib/libcrypto/asn1/a_bitstr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/asn1/a_bitstr.c b/lib/libcrypto/asn1/a_bitstr.c
index 851a3a3d514..d5d00c4d44a 100644
--- a/lib/libcrypto/asn1/a_bitstr.c
+++ b/lib/libcrypto/asn1/a_bitstr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: a_bitstr.c,v 1.42 2023/12/25 22:02:59 tb Exp $ */
+/* $OpenBSD: a_bitstr.c,v 1.43 2024/07/08 14:52:31 beck Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -73,6 +73,7 @@ const ASN1_ITEM ASN1_BIT_STRING_it = {
.utype = V_ASN1_BIT_STRING,
.sname = "ASN1_BIT_STRING",
};
+LCRYPTO_ALIAS(ASN1_BIT_STRING_it);
ASN1_BIT_STRING *
ASN1_BIT_STRING_new(void)