mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-12 03:47:11 +00:00
Remove leftover if statement from sync.
This commit is contained in:
parent
b556cc3cbf
commit
782093ec6c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user