Browse Source

Invalid syntax from 728b629e

Source commit: 6e18752a10537fed1f40e9eb6d8f090312f4de14
Martin Prikryl 3 years ago
parent
commit
547f2a3dd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/putty/sshpubk.c

+ 1 - 1
source/putty/sshpubk.c

@@ -584,7 +584,7 @@ const ssh_keyalg *const all_keyalgs[] = {
     &ssh_ecdsa_nistp384,
     &ssh_ecdsa_nistp521,
     &ssh_ecdsa_ed25519,
-    &ssh_ecdsa_ed448, WINSCP
+    &ssh_ecdsa_ed448, // WINSCP
 };
 const size_t n_keyalgs = lenof(all_keyalgs);