[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.9 and 1.10

version 1.9, 2000/12/19 23:17:57 version 1.10, 2001/06/26 06:32:57
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(u_char session_id[16],  compute_session_id(u_char[16], u_char[8], BIGNUM *, BIGNUM *);
     u_char cookie[8],  
     BIGNUM * host_key_n,  
     BIGNUM * session_key_n);  
   
 #endif                          /* MPAUX_H */  #endif                          /* MPAUX_H */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10