[BACK]Return to ssh-rsa.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-rsa.c between version 1.25 and 1.26

version 1.25, 2002/08/02 22:20:30 version 1.26, 2002/08/27 17:13:56
Line 211 
Line 211 
 openssh_RSA_verify(int type, u_char *hash, u_int hashlen,  openssh_RSA_verify(int type, u_char *hash, u_int hashlen,
     u_char *sigbuf, u_int siglen, RSA *rsa)      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;          const u_char *oid = NULL;
         u_char *decrypted = NULL;          u_char *decrypted = NULL;
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26