[openssh-commits] [openssh] 01/01: Remove leftover if statement from sync.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Nov 13 09:09:23 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 782093ec6cf64cc6c4078410093359869ea9329f
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Nov 13 09:08:55 2019 +1100
Remove leftover if statement from sync.
---
ssh-keygen.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 030b3684..7b8dce7d 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -3258,7 +3258,6 @@ main(int argc, char **argv)
if (!quiet)
printf("Generating public/private %s key pair.\n",
key_type_name);
- if (type == KEY_ECDSA_SK) {
switch (type) {
case KEY_ECDSA_SK:
case KEY_ED25519_SK:
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list