From: Vsevolod Stakhov Date: Sat, 5 Nov 2016 13:26:20 +0000 (+0000) Subject: [Fix] Remove some incompatible functions X-Git-Tag: 1.4.0~115 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f1322d00ba82e2ba1a334d456ca502f78e4679d6;p=rspamd.git [Fix] Remove some incompatible functions --- 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;