summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_ncons.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_ncons.c')
-rw-r--r--src/lib/libcrypto/x509/x509_ncons.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_ncons.c b/src/lib/libcrypto/x509/x509_ncons.c
index 159e3c2563..f8c63886a4 100644
--- a/src/lib/libcrypto/x509/x509_ncons.c
+++ b/src/lib/libcrypto/x509/x509_ncons.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_ncons.c,v 1.9 2023/02/16 08:38:17 tb Exp $ */ 1/* $OpenBSD: x509_ncons.c,v 1.10 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. 3 * project.
4 */ 4 */
@@ -131,6 +131,7 @@ const ASN1_ITEM GENERAL_SUBTREE_it = {
131 .size = sizeof(GENERAL_SUBTREE), 131 .size = sizeof(GENERAL_SUBTREE),
132 .sname = "GENERAL_SUBTREE", 132 .sname = "GENERAL_SUBTREE",
133}; 133};
134LCRYPTO_ALIAS(GENERAL_SUBTREE_it);
134 135
135static const ASN1_TEMPLATE NAME_CONSTRAINTS_seq_tt[] = { 136static const ASN1_TEMPLATE NAME_CONSTRAINTS_seq_tt[] = {
136 { 137 {
@@ -158,6 +159,7 @@ const ASN1_ITEM NAME_CONSTRAINTS_it = {
158 .size = sizeof(NAME_CONSTRAINTS), 159 .size = sizeof(NAME_CONSTRAINTS),
159 .sname = "NAME_CONSTRAINTS", 160 .sname = "NAME_CONSTRAINTS",
160}; 161};
162LCRYPTO_ALIAS(NAME_CONSTRAINTS_it);
161 163
162 164
163GENERAL_SUBTREE * 165GENERAL_SUBTREE *