[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.18 and 1.19

version 1.18, 2019/09/06 05:23:55 version 1.19, 2021/03/12 04:08:19
Line 47 
Line 47 
 int      dh_pub_is_valid(const DH *, const BIGNUM *);  int      dh_pub_is_valid(const DH *, const BIGNUM *);
   
 u_int    dh_estimate(int);  u_int    dh_estimate(int);
   void     dh_set_moduli_file(const char *);
   
 /*  /*
  * Max value from RFC4419.   * Max value from RFC4419.

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19