[openssh-commits] [openssh] 01/03: upstream: Update names of host key files in CLEANFILES to match

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jul 17 11:04:38 AEST 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 9dc81a5adabc9a7d611ed2e63fbf4c85d43b15c6
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Jul 16 02:09:29 2019 +0000

    upstream: Update names of host key files in CLEANFILES to match
    
    recent changes to the tests.
    
    OpenBSD-Regress-ID: 28743052de3acf70b06f18333561497cd47c4ecf
---
 regress/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/regress/Makefile b/regress/Makefile
index 011eec27..77f7e5f1 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
-#	$OpenBSD: Makefile,v 1.101 2019/07/05 04:19:39 dtucker Exp $
+#	$OpenBSD: Makefile,v 1.102 2019/07/16 02:09:29 dtucker Exp $
 
 REGRESS_TARGETS=	unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
 tests:		prep $(REGRESS_TARGETS)
@@ -102,8 +102,9 @@ CLEANFILES=	*.core actual agent-key.* authorized_keys_${USERNAME} \
 		copy.1 copy.2 data ed25519-agent ed25519-agent* \
 		ed25519-agent.pub ed25519 ed25519.pub empty.in \
 		expect failed-regress.log failed-ssh.log failed-sshd.log \
-		hkr.* host.ed25519 host.rsa host.rsa1 host_* \
-		host_ca_key* host_krl_* host_revoked_* key.* \
+		hkr.* host.ecdsa-sha2-nistp256 host.ecdsa-sha2-nistp384 \
+		host.ecdsa-sha2-nistp521 host.ssh-dss host.ssh-ed25519 \
+		host.ssh-rsa host_ca_key* host_krl_* host_revoked_* key.* \
 		key.dsa-* key.ecdsa-* key.ed25519-512 \
 		key.ed25519-512.pub key.rsa-* keys-command-args kh.* \
 		known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list