From cdd567826405147a44b1116b5a97e0645bd4d541 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 21 Feb 2020 11:13:31 +0100 Subject: [PATCH] Change test 60 to test for deprecated OpenSSL APIs --- test/60-compile-builddir.tpkg/60-compile-builddir.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/60-compile-builddir.tpkg/60-compile-builddir.test b/test/60-compile-builddir.tpkg/60-compile-builddir.test index fcb46a61..0ef31049 100644 --- a/test/60-compile-builddir.tpkg/60-compile-builddir.test +++ b/test/60-compile-builddir.tpkg/60-compile-builddir.test @@ -30,6 +30,6 @@ fi; make realclean || true $loot && $conf && mkdir -p b && cd b && \ - ../configure --disable-sha2 --disable-gost --disable-dane-ta-usage && \ + ../configure CFLAGS="-Werror=implicit-function-declaration -DOPENSSL_API_COMPAT=0x10100000L" --with-drill --with-examples --disable-gost --disable-dane-ta-usage && \ $mk -- 2.47.3