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

Diff for /src/usr.bin/ssh/Attic/ssh-rsa.h between version 1.3 and 1.3.6.2

version 1.3, 2001/01/29 01:58:18 version 1.3.6.2, 2002/03/09 00:20:45
Line 26 
Line 26 
 #ifndef SSH_RSA_H  #ifndef SSH_RSA_H
 #define SSH_RSA_H  #define SSH_RSA_H
   
 int  int      ssh_rsa_sign(Key *, u_char **, u_int *, u_char *, u_int);
 ssh_rsa_sign(  int      ssh_rsa_verify(Key *, u_char *, u_int, u_char *, u_int);
     Key *key,  
     u_char **sigp, int *lenp,  
     u_char *data, int datalen);  
   
 int  
 ssh_rsa_verify(  
     Key *key,  
     u_char *signature, int signaturelen,  
     u_char *data, int datalen);  
   
 #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.6.2