Providers: move default kdfs,macs
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Oct 2019 09:28:20 +0000 (11:28 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Oct 2019 12:12:15 +0000 (14:12 +0200)
commite42cf7180b4fb32e985f15484e04c7fb8afc11ab
treed140189fbc76135f89c05911f0441a3a4b35c25b
parent5687e357c60b31dc274c6d14f1cd623d0cff469b
Providers: move default kdfs,macs

From providers/default/ to providers/implementations/

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10088)
13 files changed:
providers/default/build.info
providers/default/kdfs/build.info [deleted file]
providers/default/macs/build.info [deleted file]
providers/implementations/kdfs/build.info
providers/implementations/kdfs/scrypt.c [moved from providers/default/kdfs/scrypt.c with 100% similarity]
providers/implementations/kdfs/sshkdf.c [moved from providers/default/kdfs/sshkdf.c with 100% similarity]
providers/implementations/kdfs/x942kdf.c [moved from providers/default/kdfs/x942kdf.c with 100% similarity]
providers/implementations/macs/blake2_mac_impl.c [moved from providers/default/macs/blake2_mac_impl.c with 100% similarity]
providers/implementations/macs/blake2b_mac.c [moved from providers/default/macs/blake2b_mac.c with 100% similarity]
providers/implementations/macs/blake2s_mac.c [moved from providers/default/macs/blake2s_mac.c with 100% similarity]
providers/implementations/macs/build.info
providers/implementations/macs/poly1305_prov.c [moved from providers/default/macs/poly1305_prov.c with 100% similarity]
providers/implementations/macs/siphash_prov.c [moved from providers/default/macs/siphash_prov.c with 100% similarity]