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

Diff for /src/usr.bin/ssh/kex.c between version 1.75 and 1.76

version 1.75, 2006/08/01 23:22:47 version 1.76, 2006/08/03 03:34:42
Line 23 
Line 23 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  
   
 #include <sys/param.h>  #include <sys/param.h>
   
 #include <openssl/crypto.h>  #include <signal.h>
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "ssh2.h"  #include <openssl/crypto.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
   #include "ssh2.h"
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  
 #include "packet.h"  #include "packet.h"
 #include "compat.h"  #include "compat.h"
 #include "cipher.h"  #include "cipher.h"
 #include "kex.h"  
 #include "key.h"  #include "key.h"
   #include "kex.h"
 #include "log.h"  #include "log.h"
 #include "mac.h"  #include "mac.h"
 #include "match.h"  #include "match.h"

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76