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

Diff for /src/usr.bin/ssh/kex.h between version 1.8 and 1.9

version 1.8, 2000/11/12 19:50:37 version 1.9, 2000/12/15 17:30:14
Line 102 
Line 102 
 int     dh_pub_is_valid(DH *dh, BIGNUM *dh_pub);  int     dh_pub_is_valid(DH *dh, BIGNUM *dh_pub);
 DH      *dh_new_group_asc(const char *, const char *);  DH      *dh_new_group_asc(const char *, const char *);
 DH      *dh_new_group(BIGNUM *, BIGNUM *);  DH      *dh_new_group(BIGNUM *, BIGNUM *);
   void    dh_gen_key();
 DH      *dh_new_group1();  DH      *dh_new_group1();
   
 unsigned char *  unsigned char *

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9