From: Matt Caswell Date: Mon, 7 Feb 2022 10:32:08 +0000 (+0000) Subject: Fix an enginetest failure when compiled with no-deprecated --api=1.1.1 X-Git-Tag: openssl-3.2.0-alpha1~2960 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29af9fba64fd3e4e086808f2360501b463627ea2;p=thirdparty%2Fopenssl.git Fix an enginetest failure when compiled with no-deprecated --api=1.1.1 Fixes #17649 Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17652) --- diff --git a/test/enginetest.c b/test/enginetest.c index 04e61743a1b..c00e1f82c41 100644 --- a/test/enginetest.c +++ b/test/enginetest.c @@ -24,6 +24,7 @@ # include # include # include +# include static void display_engine_list(void) {