[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.15 and 1.16

version 1.15, 2001/03/05 17:17:20 version 1.16, 2001/03/28 21:59:40
Line 127 
Line 127 
     char *ckexinit, int ckexinitlen,      char *ckexinit, int ckexinitlen,
     char *skexinit, int skexinitlen,      char *skexinit, int skexinitlen,
     char *serverhostkeyblob, int sbloblen,      char *serverhostkeyblob, int sbloblen,
     int minbits, BIGNUM *prime, BIGNUM *gen,      int min, int wantbits, int max,
       BIGNUM *prime, BIGNUM *gen,
     BIGNUM *client_dh_pub,      BIGNUM *client_dh_pub,
     BIGNUM *server_dh_pub,      BIGNUM *server_dh_pub,
     BIGNUM *shared_secret);      BIGNUM *shared_secret);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16