summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-03-27 19:21:19 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-03-27 22:18:46 +1100
commita64b935cd450ee8d04c26c9cd728629cf9ca5c91 (patch)
tree759dad7c95085130e5cb956c0784e03527563ddd
parent7ebc6f060fc2f70495a56e16d210baae6424cd96 (diff)
downloadopenssh-git-a64b935cd450ee8d04c26c9cd728629cf9ca5c91.tar.gz
Explicitly disable OpenSSL on AIX test VM.
-rwxr-xr-x.github/configs1
1 files changed, 1 insertions, 0 deletions
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.