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

Diff for /src/usr.bin/ssh/Attic/ssh-dss.h between version 1.3.2.5 and 1.3.2.6

version 1.3.2.5, 2001/09/27 00:15:42 version 1.3.2.6, 2002/03/08 17:04:43
Line 26 
Line 26 
 #ifndef DSA_H  #ifndef DSA_H
 #define DSA_H  #define DSA_H
   
 int      ssh_dss_sign(Key *, u_char **, int *, u_char *, int);  int      ssh_dss_sign(Key *, u_char **, u_int *, u_char *, u_int);
 int      ssh_dss_verify(Key *, u_char *, int, u_char *, int);  int      ssh_dss_verify(Key *, u_char *, u_int, u_char *, u_int);
   
 #endif  #endif

Legend:
Removed from v.1.3.2.5  
changed lines
  Added in v.1.3.2.6