From 94478bd8d7303dc1656d142caabaf05b2a2180eb Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 21 May 2020 08:45:29 +1000 Subject: [PATCH] Move CRNG test to providers Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/11682) --- {crypto/rand => providers/implementations/rands}/rand_crng_test.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {crypto/rand => providers/implementations/rands}/rand_crng_test.c (100%) diff --git a/crypto/rand/rand_crng_test.c b/providers/implementations/rands/rand_crng_test.c similarity index 100% rename from crypto/rand/rand_crng_test.c rename to providers/implementations/rands/rand_crng_test.c -- 2.34.1