1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Fix compiler warnings

[originally from svn r1469]
This commit is contained in:
Simon Tatham
2001-12-11 18:47:35 +00:00
parent 46f2897cf6
commit 5f2c53790c
3 changed files with 2 additions and 6 deletions

View File

@ -355,8 +355,6 @@ static unsigned char *dss_private_blob(void *key, int *len)
int xlen, bloblen;
int i;
unsigned char *blob, *p;
SHA_State s;
unsigned char digest[20];
xlen = (bignum_bitcount(dss->x) + 8) / 8;