From b8c1a99fdb41738feb7a1352029c5f5aa42fed86 Mon Sep 17 00:00:00 2001 From: beck <> Date: Tue, 9 Apr 2024 13:52:42 +0000 Subject: Hide public symbols in evp.h largely mechanically done by the guentherizer 9000 ok tb@ --- src/lib/libcrypto/evp/e_chacha.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/evp/e_chacha.c') diff --git a/src/lib/libcrypto/evp/e_chacha.c b/src/lib/libcrypto/evp/e_chacha.c index 5cd03c7c8d..4c801b3920 100644 --- a/src/lib/libcrypto/evp/e_chacha.c +++ b/src/lib/libcrypto/evp/e_chacha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: e_chacha.c,v 1.13 2023/08/24 04:20:57 tb Exp $ */ +/* $OpenBSD: e_chacha.c,v 1.14 2024/04/09 13:52:41 beck Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -72,5 +72,6 @@ EVP_chacha20(void) { return (&chacha20_cipher); } +LCRYPTO_ALIAS(EVP_chacha20); #endif -- cgit v1.2.3-55-g6feb