]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshblowf.c
Consistently use a single notation to refer to SSH protocol versions, as
[PuTTY.git] / sshblowf.c
index ca04c09cf0dfd94ae7448c8b7c60c4269805ddb9..9cbeed4f79eb0ef0e8eee0c897089cfdf93fa8aa 100644 (file)
@@ -483,7 +483,7 @@ static void *blowfish_make_context(void)
 
 static void *blowfish_ssh1_make_context(void)
 {
-    /* In SSH1, need one key for each direction */
+    /* In SSH-1, need one key for each direction */
     return snewn(2, BlowfishContext);
 }