deprecate engines in libcrypto
authorPauli <paul.dale@oracle.com>
Mon, 13 Jul 2020 23:40:29 +0000 (09:40 +1000)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Jul 2020 07:12:27 +0000 (09:12 +0200)
commite4468e6d8dc5a8a7e49f2ba77ed55ce2b282d4a7
treec872cfc97668904b3ccf5b9f0c5df440d21a7757
parentad8fc6f626a6f9064383d77b102c8efcf442a9d7
deprecate engines in libcrypto

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12226)
30 files changed:
crypto/asn1/ameth_lib.c
crypto/asn1/d2i_pr.c
crypto/conf/conf_mall.c
crypto/conf/conf_mod.c
crypto/engine/eng_cnf.c
crypto/engine/eng_ctrl.c
crypto/engine/eng_dyn.c
crypto/engine/eng_fat.c
crypto/engine/eng_init.c
crypto/engine/eng_list.c
crypto/engine/eng_openssl.c
crypto/engine/eng_pkey.c
crypto/engine/eng_rdrand.c
crypto/engine/tb_asnmth.c
crypto/engine/tb_cipher.c
crypto/engine/tb_dh.c
crypto/engine/tb_digest.c
crypto/engine/tb_dsa.c
crypto/engine/tb_eckey.c
crypto/engine/tb_pkmeth.c
crypto/engine/tb_rand.c
crypto/engine/tb_rsa.c
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/pkey_mac.c
crypto/init.c
crypto/pem/pem_lib.c
crypto/rand/rand_lib.c
crypto/store/loader_file.c
crypto/ts/ts_conf.c