From: Damien Miller Date: Fri, 31 Oct 2025 01:19:47 +0000 (+1100) Subject: skip pkcs11 tests when built --without-openssl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2f89b0fb72141abbce098e2682ba8e090cabfc;p=thirdparty%2Fopenssh-portable.git skip pkcs11 tests when built --without-openssl --- diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 5b0c91f3f..b38908cee 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -926,6 +926,9 @@ p11_find_lib() { PKCS11_OK= export PKCS11_OK p11_setup() { + # XXX we could potentially test ed25519 only in the absence of + # RSA and ECDSA support. + $SSH -Q key | grep ssh-rsa >/dev/null || return 1 p11_find_lib \ /usr/local/lib/softhsm/libsofthsm2.so \ /usr/lib64/pkcs11/libsofthsm2.so \