mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02: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)
|
if (!quiet)
|
||||||
printf("Generating public/private %s key pair.\n",
|
printf("Generating public/private %s key pair.\n",
|
||||||
key_type_name);
|
key_type_name);
|
||||||
if (type == KEY_ECDSA_SK) {
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case KEY_ECDSA_SK:
|
case KEY_ECDSA_SK:
|
||||||
case KEY_ED25519_SK:
|
case KEY_ED25519_SK:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user