[openssh-commits] [openssh] 01/02: Explicitly disable OpenSSL on AIX test VM.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Mar 27 22:19:32 AEDT 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit a64b935cd450ee8d04c26c9cd728629cf9ca5c91
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Mar 27 19:21:19 2023 +1100
Explicitly disable OpenSSL on AIX test VM.
---
.github/configs | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/configs b/.github/configs
index cf26413c..d0f3ffde 100755
--- a/.github/configs
+++ b/.github/configs
@@ -222,6 +222,7 @@ esac
case "${TARGET_HOST}" in
aix*)
CONFIGFLAGS="--disable-security-key"
+ LIBCRYPTOFLAGS="--without-openssl"
# These are slow real or virtual machines so skip the slowest tests
# (which tend to be thw ones that transfer lots of data) so that the
# test run does not time out.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list