]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Explicitly disable OpenSSL on AIX test VM.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 27 Mar 2023 08:21:19 +0000 (19:21 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 27 Mar 2023 11:18:46 +0000 (22:18 +1100)
.github/configs

index cf26413ce21bd3adb8a5f90540b2ed42cd12e5a4..d0f3ffde6116f7adfcdcd1edf4d9c996ce509c9e 100755 (executable)
@@ -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.