X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/07d0323b84c7a00129cccca645db8d222378d33c..2e85c969d67eb14a07314802d4ac5dd63eef660b:/sshblowf.c 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); }