summaryrefslogtreecommitdiff
path: root/.github/configs
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-04-26 14:02:03 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-04-26 14:50:44 +1000
commit095b0307a77be8803768857cc6c0963fa52ed85b (patch)
treeede060a48b76d826314f2a3955d497d28cf14f5c /.github/configs
parentb16082aa110fa7128ece2a9037ff420c4a285317 (diff)
downloadopenssh-git-095b0307a77be8803768857cc6c0963fa52ed85b.tar.gz
Support testing against arbitary libcrytpo vers.
Add tests against various LibreSSL and OpenSSL versions.
Diffstat (limited to '.github/configs')
-rwxr-xr-x.github/configs8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/configs b/.github/configs
index 7a157259..df7ae28c 100755
--- a/.github/configs
+++ b/.github/configs
@@ -44,11 +44,11 @@ case "$config" in
CONFIGFLAGS="--with-pam"
SSHD_CONFOPTS="UsePam yes"
;;
- libressl-head)
- LIBCRYPTOFLAGS="--with-ssl-dir=/opt/libressl/head --with-rpath=-Wl,-rpath,"
+ libressl-*)
+ LIBCRYPTOFLAGS="--with-ssl-dir=/opt/libressl --with-rpath=-Wl,-rpath,"
;;
- openssl-head)
- LIBCRYPTOFLAGS="--with-ssl-dir=/opt/openssl/head --with-rpath=-Wl,-rpath,"
+ openssl-*)
+ LIBCRYPTOFLAGS="--with-ssl-dir=/opt/openssl --with-rpath=-Wl,-rpath,"
;;
selinux)
CONFIGFLAGS="--with-selinux"