X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3d88e64dfcf5dc0fd361ce0c504c67a9196ce44c..2ac3322ef9bc032ad942753a56696764aa0b0f74:/sshblowf.c?ds=sidebyside diff --git a/sshblowf.c b/sshblowf.c index ca04c09c..9cbeed4f 100644 --- a/sshblowf.c +++ b/sshblowf.c @@ -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); }