lib/repo_keys.c: remove unnecessary OpenSSL_add_all_xxx() calls.

This commit is contained in:
Juan RP 2013-11-18 17:35:09 +01:00
parent 17228eb12b
commit ef67a79419

View File

@ -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));