From: Dr. Matthias St. Pierre Date: Tue, 19 May 2020 16:19:03 +0000 (+0200) Subject: rand: move drbg_{ctr,hash,hmac}.c without change to preserve history X-Git-Tag: openssl-3.0.0-alpha4~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a998b85a4f0e706fa6a07b7feab557d9e570d372;p=thirdparty%2Fopenssl.git rand: move drbg_{ctr,hash,hmac}.c without change to preserve history Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11682) --- diff --git a/crypto/rand/drbg_ctr.c b/providers/implementations/rands/drbg_ctr.c similarity index 100% rename from crypto/rand/drbg_ctr.c rename to providers/implementations/rands/drbg_ctr.c diff --git a/crypto/rand/drbg_hash.c b/providers/implementations/rands/drbg_hash.c similarity index 100% rename from crypto/rand/drbg_hash.c rename to providers/implementations/rands/drbg_hash.c diff --git a/crypto/rand/drbg_hmac.c b/providers/implementations/rands/drbg_hmac.c similarity index 100% rename from crypto/rand/drbg_hmac.c rename to providers/implementations/rands/drbg_hmac.c