aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-05 13:26:20 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-05 13:26:20 +0000
commitf1322d00ba82e2ba1a334d456ca502f78e4679d6 (patch)
treec14c7869971428e44b48bce8b95445e12ee43c18 /src
parentb949d58f0a1bf53b26353364d50d1a485739e875 (diff)
downloadrspamd-f1322d00ba82e2ba1a334d456ca502f78e4679d6.tar.gz
rspamd-f1322d00ba82e2ba1a334d456ca502f78e4679d6.zip
[Fix] Remove some incompatible functions
Diffstat (limited to 'src')
-rw-r--r--src/libcryptobox/cryptobox.c2
1 files changed, 0 insertions, 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;