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

Diff for /src/usr.bin/ssh/dh.c between version 1.39 and 1.40

version 1.39, 2006/07/26 02:35:17 version 1.40, 2006/07/26 13:57:17
Line 30 
Line 30 
 #include <openssl/bn.h>  #include <openssl/bn.h>
 #include <openssl/dh.h>  #include <openssl/dh.h>
   
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "dh.h"  #include "dh.h"

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40