diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_chacha.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_chacha.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/e_chacha.c b/src/lib/libcrypto/evp/e_chacha.c index f27ed1d37d..f781d66339 100644 --- a/src/lib/libcrypto/evp/e_chacha.c +++ b/src/lib/libcrypto/evp/e_chacha.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: e_chacha.c,v 1.10 2022/11/26 16:08:52 tb Exp $ */ | 1 | /* $OpenBSD: e_chacha.c,v 1.11 2023/07/07 13:54:45 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -74,5 +74,6 @@ EVP_chacha20(void) | |||
74 | { | 74 | { |
75 | return (&chacha20_cipher); | 75 | return (&chacha20_cipher); |
76 | } | 76 | } |
77 | LCRYPTO_ALIAS(EVP_chacha20); | ||
77 | 78 | ||
78 | #endif | 79 | #endif |