[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.5 and 1.5.2.1

version 1.5, 2001/06/26 17:27:25 version 1.5.2.1, 2002/03/07 17:37:47
Line 26 
Line 26 
 #ifndef SSH_RSA_H  #ifndef SSH_RSA_H
 #define SSH_RSA_H  #define SSH_RSA_H
   
 int      ssh_rsa_sign(Key *, u_char **, int *, u_char *, int);  int      ssh_rsa_sign(Key *, u_char **, u_int *, u_char *, u_int);
 int      ssh_rsa_verify(Key *, u_char *, int, u_char *, int);  int      ssh_rsa_verify(Key *, u_char *, u_int, u_char *, u_int);
   
 #endif  #endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1