Remove leftover if statement from sync.

This commit is contained in:
Darren Tucker 2019-11-13 09:08:55 +11:00
parent b556cc3cbf
commit 782093ec6c
1 changed files with 0 additions and 1 deletions

View File

@ -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: