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

Diff for /src/usr.bin/ssh/Attic/mpaux.h between version 1.8 and 1.8.2.1

version 1.8, 2000/09/07 20:27:52 version 1.8.2.1, 2001/02/16 20:13:08
Line 23 
Line 23 
  * representations of host_key_n, session_key_n, and the cookie.   * representations of host_key_n, session_key_n, and the cookie.
  */   */
 void  void
 compute_session_id(unsigned char session_id[16],  compute_session_id(u_char session_id[16],
     unsigned char cookie[8],      u_char cookie[8],
     BIGNUM * host_key_n,      BIGNUM * host_key_n,
     BIGNUM * session_key_n);      BIGNUM * session_key_n);
   

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