]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Feature] Add support for OpenSSL 3.0
authorLeftTry <lerest.go@gmail.com>
Wed, 24 Jul 2024 08:37:15 +0000 (13:37 +0500)
committerLeftTry <lerest.go@gmail.com>
Wed, 24 Jul 2024 08:37:15 +0000 (13:37 +0500)
src/libcryptobox/cryptobox.c

index 3f0281e99eaffae9f389d02a7bb27357850da633..27323bbaec2fe437baaf3e230277c299ba810bee 100644 (file)
@@ -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
+}