diff options
Diffstat (limited to 'src/libcryptobox/cryptobox.c')
-rw-r--r-- | src/libcryptobox/cryptobox.c | 2 |
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; |