X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/0caf874a649651a84603748fbc59dacf8bbf2a94..e59404d12ff8a9dcfe057b4bbf8c1cb873d0924d:/ssh-rsa.c diff --git a/ssh-rsa.c b/ssh-rsa.c index 44287fa2..d7b2918f 100644 --- a/ssh-rsa.c +++ b/ssh-rsa.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-rsa.c,v 1.25 2002/08/02 22:20:30 markus Exp $"); +RCSID("$OpenBSD: ssh-rsa.c,v 1.26 2002/08/27 17:13:56 stevesk Exp $"); #include #include @@ -211,7 +211,8 @@ static int openssh_RSA_verify(int type, u_char *hash, u_int hashlen, u_char *sigbuf, u_int siglen, RSA *rsa) { - u_int ret, rsasize, len, oidlen = 0, hlen = 0; + u_int ret, rsasize, oidlen = 0, hlen = 0; + int len; const u_char *oid = NULL; u_char *decrypted = NULL;