From f1322d00ba82e2ba1a334d456ca502f78e4679d6 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 5 Nov 2016 13:26:20 +0000 Subject: [PATCH] [Fix] Remove some incompatible functions --- src/libcryptobox/cryptobox.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c index adb6abf59..3fceead66 100644 --- a/src/libcryptobox/cryptobox.c +++ b/src/libcryptobox/cryptobox.c @@ -315,11 +315,9 @@ rspamd_cryptobox_init (void) ctx->blake2_impl = blake2b_load (); ctx->ed25519_impl = ed25519_load (); #ifdef HAVE_USABLE_OPENSSL - ERR_load_ECDSA_strings (); ERR_load_EC_strings (); ERR_load_RAND_strings (); ERR_load_EVP_strings (); - ERR_load_ECDH_strings (); #endif return ctx; -- 2.39.5