From ef67a794198386ccbfe654c5c0733a21dd9f8dc4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 18 Nov 2013 17:35:09 +0100 Subject: [PATCH] lib/repo_keys.c: remove unnecessary OpenSSL_add_all_xxx() calls. --- lib/repo_keys.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/repo_keys.c b/lib/repo_keys.c index f2166615..f70d32d7 100644 --- a/lib/repo_keys.c +++ b/lib/repo_keys.c @@ -142,8 +142,6 @@ rsa_verify_buf(struct xbps_repo *repo, xbps_data_t sigdata, ERR_load_crypto_strings(); SSL_load_error_strings(); - OpenSSL_add_all_algorithms(); - OpenSSL_add_all_ciphers(); bio = BIO_new_mem_buf(__UNCONST(xbps_data_data_nocopy(pubkey)), xbps_data_size(pubkey));