From 942aed8a4e7c173a2c9423829c2b38087cbd49e4 Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 6 Aug 2024 20:54:03 -0400 Subject: chore: update changelog and mbedtls headers --- src/providers/openssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/providers/openssl.c') diff --git a/src/providers/openssl.c b/src/providers/openssl.c index 90f2fa9..c2933fb 100644 --- a/src/providers/openssl.c +++ b/src/providers/openssl.c @@ -275,7 +275,7 @@ #define _IMPL_CHACHA20_CRYPT _ossl_chacha20_crypt - _IMPLSTB cstatus_t _ossl_chacha20_cipher_core( + _IMPLSTB cstatus_t _ossl_cipher_core( const EVP_CIPHER* cipher, cspan_t key, cspan_t iv, @@ -388,7 +388,7 @@ goto Cleanup; } - result = _ossl_chacha20_cipher_core( + result = _ossl_cipher_core( cipher, keySpan, nonceSpan, -- cgit