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

Diff for /src/usr.bin/ssh/kexgex.c between version 1.26 and 1.27

version 1.26, 2006/03/25 13:17:02 version 1.27, 2006/08/03 03:34:42
Line 24 
Line 24 
  * 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>
   
 #include <openssl/evp.h>  #include <openssl/evp.h>
   #include <signal.h>
   
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  #include "key.h"
   #include "cipher.h"
 #include "kex.h"  #include "kex.h"
 #include "ssh2.h"  #include "ssh2.h"
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27