X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/033b4cef1e52d65786b00df47f57361b96ca4321..06a03685046a1ac5100191176bce758b70a35343:/sshsha.c diff --git a/sshsha.c b/sshsha.c index 7c10a9a7..95d5259e 100644 --- a/sshsha.c +++ b/sshsha.c @@ -1,7 +1,3 @@ -#include /* FIXME */ -#include /* FIXME */ -#include "putty.h" /* FIXME */ - /* * SHA1 hash algorithm. Used in SSH2 as a MAC, and the transform is * also used as a `stirring' function for the PuTTY random number @@ -11,8 +7,6 @@ #include "ssh.h" -typedef unsigned int uint32; - /* ---------------------------------------------------------------------- * Core SHA algorithm: processes 16-word blocks into a message digest. */ @@ -181,11 +175,6 @@ static void sha1_key(SHA_State *s1, SHA_State *s2, unsigned char *key, int len) { unsigned char foo[64]; int i; - {int j; - debug(("Key supplied is:\r\n")); - for (j=0; j