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

version 1.2, 1999/09/28 04:45:36 version 1.3, 1999/11/15 20:53:24
Line 24 
Line 24 
    first representations of host_key_n, session_key_n, and the cookie. */     first representations of host_key_n, session_key_n, and the cookie. */
 void compute_session_id(unsigned char session_id[16],  void compute_session_id(unsigned char session_id[16],
                         unsigned char cookie[8],                          unsigned char cookie[8],
                         unsigned int host_key_bits,  
                         BIGNUM *host_key_n,                          BIGNUM *host_key_n,
                         unsigned int session_key_bits,  
                         BIGNUM *session_key_n);                          BIGNUM *session_key_n);
   
 #endif /* MPAUX_H */  #endif /* MPAUX_H */

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