From b22b791de1d8ce36154a6857c1471a1cb64eb2ec Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 8 Jul 2023 14:28:15 +0000 Subject: hide symbols in dsa ok tb@ --- src/lib/libcrypto/dsa/dsa_prn.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/dsa/dsa_prn.c') diff --git a/src/lib/libcrypto/dsa/dsa_prn.c b/src/lib/libcrypto/dsa/dsa_prn.c index 4ed656a04a..f276d82482 100644 --- a/src/lib/libcrypto/dsa/dsa_prn.c +++ b/src/lib/libcrypto/dsa/dsa_prn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_prn.c,v 1.9 2022/11/19 06:33:00 tb Exp $ */ +/* $OpenBSD: dsa_prn.c,v 1.10 2023/07/08 14:28:15 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -77,6 +77,7 @@ DSA_print_fp(FILE *fp, const DSA *x, int off) BIO_free(b); return ret; } +LCRYPTO_ALIAS(DSA_print_fp); int DSAparams_print_fp(FILE *fp, const DSA *x) @@ -93,6 +94,7 @@ DSAparams_print_fp(FILE *fp, const DSA *x) BIO_free(b); return ret; } +LCRYPTO_ALIAS(DSAparams_print_fp); int DSA_print(BIO *bp, const DSA *x, int off) @@ -111,6 +113,7 @@ DSA_print(BIO *bp, const DSA *x, int off) EVP_PKEY_free(pk); return ret; } +LCRYPTO_ALIAS(DSA_print); int DSAparams_print(BIO *bp, const DSA *x) @@ -129,3 +132,4 @@ DSAparams_print(BIO *bp, const DSA *x) EVP_PKEY_free(pk); return ret; } +LCRYPTO_ALIAS(DSAparams_print); -- cgit v1.2.3-55-g6feb