From: Darren Tucker Date: Wed, 29 Sep 2021 07:48:09 +0000 (+1000) Subject: Split c89 test openssl setting out. X-Git-Tag: V_8_9_P1~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6d28b7874b0deae95d2c68947c45212d32e599;p=thirdparty%2Fopenssh-portable.git Split c89 test openssl setting out. --- diff --git a/.github/configs b/.github/configs index 01764aaaa..e86fef532 100755 --- a/.github/configs +++ b/.github/configs @@ -25,7 +25,8 @@ case "$config" in c89) CC="gcc" CFLAGS="-Wall -std=c89 -pedantic -Werror=vla" - CONFIGFLAGS="--without-openssl --without-zlib" + CONFIGFLAGS="--without-zlib" + LIBCRYPTOFLAGS="--without-openssl" TEST_TARGET=t-exec ;; clang*|gcc*)