From: LeftTry Date: Wed, 24 Jul 2024 08:37:15 +0000 (+0500) Subject: [Feature] Add support for OpenSSL 3.0 X-Git-Tag: 3.10.0~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d6622aeaa07b530e4777a202a086ac3a7be1b7d;p=thirdparty%2Frspamd.git [Feature] Add support for OpenSSL 3.0 --- 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 +}