[openssh-commits] [openssh] 01/02: upstream: Don't assume existence of SK provider in test. Patch from
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Dec 5 03:45:15 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 50c640d874d0246dd0a0d949398c3d7f757c716a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Wed Dec 4 10:51:13 2024 +0000
upstream: Don't assume existence of SK provider in test. Patch from
balu.gajjala at gmail via bz#3402.
OpenBSD-Regress-ID: d571932016d07d135b54433d07520b9e1901db43
---
regress/hostkey-agent.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/hostkey-agent.sh b/regress/hostkey-agent.sh
index 38486585..28dcfe17 100644
--- a/regress/hostkey-agent.sh
+++ b/regress/hostkey-agent.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: hostkey-agent.sh,v 1.14 2024/11/26 22:02:28 djm Exp $
+# $OpenBSD: hostkey-agent.sh,v 1.15 2024/12/04 10:51:13 dtucker Exp $
# Placed in the Public Domain.
tid="hostkey agent"
@@ -49,7 +49,7 @@ for k in $SSH_KEYTYPES ; do
fi
done
-SSH_CERTTYPES=`ssh -Q key-sig | grep 'cert-v01 at openssh.com'`
+SSH_CERTTYPES=`ssh -Q key-sig | grep 'cert-v01 at openssh.com' | maybe_filter_sk`
# Prepare sshd_proxy for certificates.
cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list