[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.26.2.1

version 1.26, 2002/08/27 17:13:56 version 1.26.2.1, 2003/04/01 00:12:14
Line 33 
Line 33 
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  #include "bufaux.h"
 #include "key.h"  #include "key.h"
 #include "ssh-rsa.h"  
 #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.26.2.1