diff options
Diffstat (limited to 'lib/libcrypto/x509/x509_bcons.c')
-rw-r--r-- | lib/libcrypto/x509/x509_bcons.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/x509/x509_bcons.c b/lib/libcrypto/x509/x509_bcons.c index a39ae0aae0b..7ad65231ecb 100644 --- a/lib/libcrypto/x509/x509_bcons.c +++ b/lib/libcrypto/x509/x509_bcons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_bcons.c,v 1.3 2023/02/16 08:38:17 tb Exp $ */ +/* $OpenBSD: x509_bcons.c,v 1.4 2024/07/08 14:47:44 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -113,6 +113,7 @@ const ASN1_ITEM BASIC_CONSTRAINTS_it = { .size = sizeof(BASIC_CONSTRAINTS), .sname = "BASIC_CONSTRAINTS", }; +LCRYPTO_ALIAS(BASIC_CONSTRAINTS_it); BASIC_CONSTRAINTS * |