X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e0e1a00d471c4970f88b2a87f7f54d6c2c97c7f4..4044fc45ca4a742c0ff29a49faca7cc9db99b251:/sshsha.c diff --git a/sshsha.c b/sshsha.c index 4bac4fdc..d8fc5694 100644 --- a/sshsha.c +++ b/sshsha.c @@ -13,7 +13,7 @@ #define rol(x,y) ( ((x) << (y)) | (((uint32)x) >> (32-y)) ) -void SHA_Core_Init(uint32 h[5]) +static void SHA_Core_Init(uint32 h[5]) { h[0] = 0x67452301; h[1] = 0xefcdab89;