From: Pauli Date: Thu, 10 Dec 2020 02:04:45 +0000 (+1000) Subject: RAND_METHOD deprecation: tests X-Git-Tag: openssl-3.0.0-alpha13~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a89ae97d96275994d96b560400d3fa97f752879;p=thirdparty%2Fopenssl.git RAND_METHOD deprecation: tests Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/13652) --- diff --git a/test/drbgtest.c b/test/drbgtest.c index 765c2d23df1..bedc62ca2ca 100644 --- a/test/drbgtest.c +++ b/test/drbgtest.c @@ -7,6 +7,9 @@ * https://www.openssl.org/source/license.html */ +/* We need to use some deprecated APIs */ +#define OPENSSL_SUPPRESS_DEPRECATED + #include #include "internal/nelem.h" #include