From: Pauli Date: Wed, 20 May 2020 22:45:29 +0000 (+1000) Subject: Move CRNG test to providers X-Git-Tag: openssl-3.0.0-alpha4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94478bd8d7303dc1656d142caabaf05b2a2180eb;p=thirdparty%2Fopenssl.git Move CRNG test to providers Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/11682) --- 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