[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.4 and 1.5

version 1.4, 1999/11/24 00:26:02 version 1.5, 1999/11/24 19:53:48
Line 18 
Line 18 
 #ifndef MPAUX_H  #ifndef MPAUX_H
 #define MPAUX_H  #define MPAUX_H
   
 /* Computes a 16-byte session id in the global variable session_id.  /*
    The session id is computed by concatenating the linearized, msb   * Computes a 16-byte session id in the global variable session_id. The
    first representations of host_key_n, session_key_n, and the cookie. */   * session id is computed by concatenating the linearized, msb first
    * representations of host_key_n, session_key_n, and the cookie.
    */
 void  void
 compute_session_id(unsigned char session_id[16],  compute_session_id(unsigned char session_id[16],
     unsigned char cookie[8],      unsigned char cookie[8],

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5