summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_pcons.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_pcons.c')
-rw-r--r--src/lib/libcrypto/x509/x509_pcons.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_pcons.c b/src/lib/libcrypto/x509/x509_pcons.c
index 0ee935540f..8f2109eaad 100644
--- a/src/lib/libcrypto/x509/x509_pcons.c
+++ b/src/lib/libcrypto/x509/x509_pcons.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_pcons.c,v 1.3 2023/02/16 08:38:17 tb Exp $ */ 1/* $OpenBSD: x509_pcons.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. 3 * project.
4 */ 4 */
@@ -114,6 +114,7 @@ const ASN1_ITEM POLICY_CONSTRAINTS_it = {
114 .size = sizeof(POLICY_CONSTRAINTS), 114 .size = sizeof(POLICY_CONSTRAINTS),
115 .sname = "POLICY_CONSTRAINTS", 115 .sname = "POLICY_CONSTRAINTS",
116}; 116};
117LCRYPTO_ALIAS(POLICY_CONSTRAINTS_it);
117 118
118 119
119POLICY_CONSTRAINTS * 120POLICY_CONSTRAINTS *