]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Remove some incompatible functions
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 5 Nov 2016 13:26:20 +0000 (13:26 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 5 Nov 2016 13:26:20 +0000 (13:26 +0000)
src/libcryptobox/cryptobox.c

index adb6abf59bed17b4122144122c67e096e5824bba..3fceead6681b755efdb42d62496e2f2358fd8ed7 100644 (file)
@@ -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;