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

Diff for /src/usr.bin/ssh/kexdh.c between version 1.20 and 1.20.2.1

version 1.20, 2005/11/04 05:15:59 version 1.20.2.1, 2006/09/30 04:06:50
Line 1 
Line 1 
   /* $OpenBSD$ */
 /*  /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.   * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *   *
Line 22 
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/types.h>
 RCSID("$OpenBSD$");  
   
   #include <signal.h>
   
 #include <openssl/evp.h>  #include <openssl/evp.h>
   
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  
 #include "ssh2.h"  #include "ssh2.h"
   #include "key.h"
   #include "cipher.h"
 #include "kex.h"  #include "kex.h"
   
 void  void

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.20.2.1