From a998b85a4f0e706fa6a07b7feab557d9e570d372 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Tue, 19 May 2020 18:19:03 +0200 Subject: [PATCH] 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) --- {crypto/rand => providers/implementations/rands}/drbg_ctr.c | 0 {crypto/rand => providers/implementations/rands}/drbg_hash.c | 0 {crypto/rand => providers/implementations/rands}/drbg_hmac.c | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {crypto/rand => providers/implementations/rands}/drbg_ctr.c (100%) rename {crypto/rand => providers/implementations/rands}/drbg_hash.c (100%) rename {crypto/rand => providers/implementations/rands}/drbg_hmac.c (100%) 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 -- 2.25.1