summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_bcons.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_bcons.c')
-rw-r--r--src/lib/libcrypto/x509/x509_bcons.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_bcons.c b/src/lib/libcrypto/x509/x509_bcons.c
index a39ae0aae0..7ad65231ec 100644
--- a/src/lib/libcrypto/x509/x509_bcons.c
+++ b/src/lib/libcrypto/x509/x509_bcons.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_bcons.c,v 1.3 2023/02/16 08:38:17 tb Exp $ */ 1/* $OpenBSD: x509_bcons.c,v 1.4 2024/07/08 14:47:44 beck 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 1999. 3 * project 1999.
4 */ 4 */
@@ -113,6 +113,7 @@ const ASN1_ITEM BASIC_CONSTRAINTS_it = {
113 .size = sizeof(BASIC_CONSTRAINTS), 113 .size = sizeof(BASIC_CONSTRAINTS),
114 .sname = "BASIC_CONSTRAINTS", 114 .sname = "BASIC_CONSTRAINTS",
115}; 115};
116LCRYPTO_ALIAS(BASIC_CONSTRAINTS_it);
116 117
117 118
118BASIC_CONSTRAINTS * 119BASIC_CONSTRAINTS *