rename the digest provider files to avoid any name clashes with other folders
authorShane Lontis <shane.lontis@oracle.com>
Wed, 5 Jun 2019 06:01:18 +0000 (16:01 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 6 Jun 2019 00:26:40 +0000 (10:26 +1000)
commit56e840fe2d7163ba07bf3ef9b8daf1d368c7696c
tree053d9c4bdc69ee2157fea9f201d2cd320d2e1cb0
parentad14e8e5085936bb495d15f4e0a1b653460ae4dd
rename the digest provider files to avoid any name clashes with other folders

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9083)
17 files changed:
providers/common/digests/build.info
providers/common/digests/sha2_prov.c [moved from providers/common/digests/sha2.c with 100% similarity]
providers/common/digests/sha3_prov.c [moved from providers/common/digests/sha3.c with 100% similarity]
providers/default/digests/blake2_prov.c [moved from providers/default/digests/blake2.c with 100% similarity]
providers/default/digests/blake2b_prov.c [moved from providers/default/digests/blake2b.c with 100% similarity]
providers/default/digests/blake2s_prov.c [moved from providers/default/digests/blake2s.c with 100% similarity]
providers/default/digests/build.info
providers/default/digests/md5_prov.c [moved from providers/default/digests/md5.c with 100% similarity]
providers/default/digests/md5_sha1_prov.c [moved from providers/default/digests/md5_sha1.c with 100% similarity]
providers/default/digests/null_prov.c [moved from providers/default/digests/null.c with 100% similarity]
providers/default/digests/sm3_prov.c [moved from providers/default/digests/sm3.c with 100% similarity]
providers/legacy/digests/build.info
providers/legacy/digests/md2_prov.c [moved from providers/legacy/digests/md2.c with 100% similarity]
providers/legacy/digests/md4_prov.c [moved from providers/legacy/digests/md4.c with 100% similarity]
providers/legacy/digests/mdc2_prov.c [moved from providers/legacy/digests/mdc2.c with 100% similarity]
providers/legacy/digests/ripemd_prov.c [moved from providers/legacy/digests/ripemd.c with 100% similarity]
providers/legacy/digests/wp_prov.c [moved from providers/legacy/digests/wp.c with 100% similarity]