From 5a3da2b36ce77df2084bae673a27cf9f2780854b Mon Sep 17 00:00:00 2001 From: beck <> Date: Mon, 8 Jul 2024 14:48:49 +0000 Subject: Hide global _it variables in x509.h ok tb@ --- src/lib/libcrypto/asn1/x_attrib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/asn1/x_attrib.c') diff --git a/src/lib/libcrypto/asn1/x_attrib.c b/src/lib/libcrypto/asn1/x_attrib.c index 3e3ed38195..8e4f94094f 100644 --- a/src/lib/libcrypto/asn1/x_attrib.c +++ b/src/lib/libcrypto/asn1/x_attrib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x_attrib.c,v 1.22 2024/04/09 13:55:02 beck Exp $ */ +/* $OpenBSD: x_attrib.c,v 1.23 2024/07/08 14:48:49 beck Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -90,6 +90,7 @@ const ASN1_ITEM X509_ATTRIBUTE_it = { .size = sizeof(X509_ATTRIBUTE), .sname = "X509_ATTRIBUTE", }; +LCRYPTO_ALIAS(X509_ATTRIBUTE_it); X509_ATTRIBUTE * -- cgit v1.2.3-55-g6feb