lib/repo_keys.c: remove unnecessary OpenSSL_add_all_xxx() calls.
This commit is contained in:
parent
17228eb12b
commit
ef67a79419
@ -142,8 +142,6 @@ rsa_verify_buf(struct xbps_repo *repo, xbps_data_t sigdata,
|
|||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
SSL_load_error_strings();
|
SSL_load_error_strings();
|
||||||
OpenSSL_add_all_algorithms();
|
|
||||||
OpenSSL_add_all_ciphers();
|
|
||||||
|
|
||||||
bio = BIO_new_mem_buf(__UNCONST(xbps_data_data_nocopy(pubkey)),
|
bio = BIO_new_mem_buf(__UNCONST(xbps_data_data_nocopy(pubkey)),
|
||||||
xbps_data_size(pubkey));
|
xbps_data_size(pubkey));
|
||||||
|
Loading…
Reference in New Issue
Block a user