X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshsha.c;h=c17149eec888a49b886eb10fb158ee301f1eaa07;hb=df913d00360aea784521662ad42c11e3933bb6f8;hp=d545cf0c2d944d3b841609796a4f5ac27a85cf22;hpb=fb92f118bd3473e3276d044f7a87732f924d4651;p=PuTTY.git diff --git a/sshsha.c b/sshsha.c index d545cf0c..c17149ee 100644 --- a/sshsha.c +++ b/sshsha.c @@ -1,5 +1,5 @@ /* - * SHA1 hash algorithm. Used in SSH2 as a MAC, and the transform is + * SHA1 hash algorithm. Used in SSH-2 as a MAC, and the transform is * also used as a `stirring' function for the PuTTY random number * pool. Implemented directly from the specification by Simon * Tatham.