[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.26 and 1.27

version 1.26, 2002/08/27 17:13:56 version 1.27, 2002/11/21 23:03:51
Line 37 
Line 37 
 #include "compat.h"  #include "compat.h"
 #include "ssh.h"  #include "ssh.h"
   
 static int openssh_RSA_verify(int, u_char *, u_int, u_char *, u_int , RSA *);  static int openssh_RSA_verify(int, u_char *, u_int, u_char *, u_int, RSA *);
   
 /* RSASSA-PKCS1-v1_5 (PKCS #1 v2.0 signature) with SHA1 */  /* RSASSA-PKCS1-v1_5 (PKCS #1 v2.0 signature) with SHA1 */
 int  int

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