artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f8f255
)
don't disable RSA test when DSA is disabled; bug introduced in last commit
author
djm
<djm@openbsd.org>
Thu, 11 Jan 2024 04:50:28 +0000
(
04:50
+0000)
committer
djm
<djm@openbsd.org>
Thu, 11 Jan 2024 04:50:28 +0000
(
04:50
+0000)
regress/usr.bin/ssh/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/Makefile
b/regress/usr.bin/ssh/Makefile
index
ba1de9f
..
09870cd
100644
(file)
--- a/
regress/usr.bin/ssh/Makefile
+++ b/
regress/usr.bin/ssh/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.13
2 2024/01/11 01:45:5
8 djm Exp $
+# $OpenBSD: Makefile,v 1.13
3 2024/01/11 04:50:2
8 djm Exp $
OPENSSL?= yes
@@
-176,9
+176,7
@@
t6:
fi
t7.out:
- set -xe ; if ssh -Q key | grep -q ^ssh-dss ; then \
- ssh-keygen -q -t rsa -N '' -f $@ ; \
- fi
+ ssh-keygen -q -t rsa -N '' -f $@ ; \
t7: t7.out
ssh-keygen -lf t7.out > /dev/null