Drop OPENSSL_NO_RSA everywhere
authorRichard Levitte <levitte@openssl.org>
Thu, 17 Dec 2020 20:37:15 +0000 (21:37 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 Dec 2020 11:19:42 +0000 (12:19 +0100)
commit3a1ee3c1993c588a22cb80f1d0eb6237f83a1560
tree3e915497790f85855ef9730b2d36bc97a688a9f4
parente3577adddf6bc4f0d9d202621a2c576d982d6f0a
Drop OPENSSL_NO_RSA everywhere

The configuration option 'no-rsa' was dropped with OpenSSL 1.1.0, so
this is simply a cleanup of the remains.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13700)
43 files changed:
Configure
apps/lib/apps.c
apps/list.c
apps/req.c
apps/s_server.c
apps/speed.c
apps/x509.c
crypto/asn1/asn1_item_list.h
crypto/asn1/d2i_pu.c
crypto/asn1/i2d_evp.c
crypto/asn1/standard_methods.h
crypto/engine/eng_fat.c
crypto/engine/eng_list.c
crypto/engine/eng_openssl.c
crypto/err/err_all.c
crypto/evp/p_dec.c
crypto/evp/p_enc.c
crypto/evp/pmeth_lib.c
crypto/pem/pem_all.c
crypto/pem/pem_info.c
crypto/x509/x_all.c
crypto/x509/x_pubkey.c
engines/e_devcrypto.c
include/crypto/evp.h
include/openssl/evp.h
include/openssl/pem.h
include/openssl/rsa.h
include/openssl/ssl.h.in
include/openssl/x509.h.in
providers/fips/self_test_data.inc
ssl/s3_lib.c
ssl/ssl_ciph.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
test/acvp_test.c
test/acvp_test.inc
test/evp_test.c
test/rsa_mp_test.c
test/rsa_sp800_56b_test.c
test/rsa_test.c
test/ssl_old_test.c
util/libcrypto.num
util/libssl.num