From 7d6622aeaa07b530e4777a202a086ac3a7be1b7d Mon Sep 17 00:00:00 2001 From: LeftTry Date: Wed, 24 Jul 2024 13:37:15 +0500 Subject: [PATCH] [Feature] Add support for OpenSSL 3.0 --- src/libcryptobox/cryptobox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c index 3f0281e99e..27323bbaec 100644 --- a/src/libcryptobox/cryptobox.c +++ b/src/libcryptobox/cryptobox.c @@ -2132,4 +2132,4 @@ rspamd_cryptobox_fast_hash_specific( default: return rspamd_cryptobox_fast_hash_machdep(data, len, seed); } -} \ No newline at end of file +} -- 2.47.3