[openssh-commits] [openssh] 06/08: Split c89 test openssl setting out.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 29 18:45:21 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 5e6d28b7874b0deae95d2c68947c45212d32e599
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Sep 29 17:48:09 2021 +1000

    Split c89 test openssl setting out.
---
 .github/configs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/configs b/.github/configs
index 01764aaa..e86fef53 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*)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list