diff options
Diffstat (limited to 'lib/libcrypto/x509/x509_genn.c')
-rw-r--r-- | lib/libcrypto/x509/x509_genn.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcrypto/x509/x509_genn.c b/lib/libcrypto/x509/x509_genn.c index 556ba81c846..1ea71557959 100644 --- a/lib/libcrypto/x509/x509_genn.c +++ b/lib/libcrypto/x509/x509_genn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_genn.c,v 1.6 2023/04/25 15:51:04 tb Exp $ */ +/* $OpenBSD: x509_genn.c,v 1.7 2024/07/08 14:47:44 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -90,6 +90,7 @@ const ASN1_ITEM OTHERNAME_it = { .size = sizeof(OTHERNAME), .sname = "OTHERNAME", }; +LCRYPTO_ALIAS(OTHERNAME_it); OTHERNAME * @@ -148,6 +149,7 @@ const ASN1_ITEM EDIPARTYNAME_it = { .size = sizeof(EDIPARTYNAME), .sname = "EDIPARTYNAME", }; +LCRYPTO_ALIAS(EDIPARTYNAME_it); EDIPARTYNAME * @@ -256,6 +258,7 @@ const ASN1_ITEM GENERAL_NAME_it = { .size = sizeof(GENERAL_NAME), .sname = "GENERAL_NAME", }; +LCRYPTO_ALIAS(GENERAL_NAME_it); GENERAL_NAME * @@ -304,6 +307,7 @@ const ASN1_ITEM GENERAL_NAMES_it = { .size = 0, .sname = "GENERAL_NAMES", }; +LCRYPTO_ALIAS(GENERAL_NAMES_it); GENERAL_NAMES * |