diff options
Diffstat (limited to 'src/providers')
-rw-r--r-- | src/providers/openssl.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |