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

Diff for /src/usr.bin/ssh/dh.h between version 1.1.2.5 and 1.2

version 1.1.2.5, 2001/09/27 00:15:42 version 1.2, 2001/01/29 01:58:15
Line 32 
Line 32 
         BIGNUM *p;          BIGNUM *p;
 };  };
   
 DH      *choose_dh(int, int, int);  DH *choose_dh(int minbits);
 DH      *dh_new_group_asc(const char *, const char *);  
 DH      *dh_new_group(BIGNUM *, BIGNUM *);  
 DH      *dh_new_group1(void);  
   
 void     dh_gen_key(DH *, int);  
 int      dh_pub_is_valid(DH *, BIGNUM *);  
   
 int      dh_estimate(int);  
   
 #define DH_GRP_MIN      1024  
 #define DH_GRP_MAX      8192  
   
 #endif  #endif

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.2