From 4e6b2c0dcdbd60932d8f83a95310c55cef0a77f0 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Mon, 8 Jul 2024 17:11:06 +0000 Subject: Hide global _it symbols in dsa.h ok tb@ --- lib/libcrypto/dsa/dsa_asn1.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libcrypto/dsa') diff --git a/lib/libcrypto/dsa/dsa_asn1.c b/lib/libcrypto/dsa/dsa_asn1.c index cdd113a0b32..de6ec461956 100644 --- a/lib/libcrypto/dsa/dsa_asn1.c +++ b/lib/libcrypto/dsa/dsa_asn1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_asn1.c,v 1.32 2024/04/15 15:49:37 tb Exp $ */ +/* $OpenBSD: dsa_asn1.c,v 1.33 2024/07/08 17:11:05 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -239,6 +239,7 @@ const ASN1_ITEM DSAPrivateKey_it = { .size = sizeof(DSA), .sname = "DSA", }; +LCRYPTO_ALIAS(DSAPrivateKey_it); DSA * @@ -297,6 +298,7 @@ const ASN1_ITEM DSAparams_it = { .size = sizeof(DSA), .sname = "DSA", }; +LCRYPTO_ALIAS(DSAparams_it); DSA * @@ -390,6 +392,7 @@ const ASN1_ITEM DSAPublicKey_it = { .size = sizeof(DSA), .sname = "DSA", }; +LCRYPTO_ALIAS(DSAPublicKey_it); DSA * d2i_DSAPublicKey(DSA **a, const unsigned char **in, long len) -- cgit v1.2.3