[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.2 and 1.3

version 1.2, 2001/01/29 01:58:15 version 1.3, 2001/03/27 17:46:49
Line 32 
Line 32 
         BIGNUM *p;          BIGNUM *p;
 };  };
   
 DH *choose_dh(int minbits);  DH *choose_dh(int min, int nbits, int max);
   
   #define DH_GRP_MIN      1024
   #define DH_GRP_MAX      8192
   
 #endif  #endif

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