[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.5 and 1.6

version 1.5, 2001/01/19 15:55:11 version 1.6, 2001/01/21 19:05:49
Line 31 
Line 31 
 #include <openssl/dh.h>  #include <openssl/dh.h>
 #include <openssl/evp.h>  #include <openssl/evp.h>
   
 #include "ssh.h"  
 #include "buffer.h"  #include "buffer.h"
   #include "cipher.h"
 #include "kex.h"  #include "kex.h"
 #include "dh.h"  #include "dh.h"
 #include "pathnames.h"  #include "pathnames.h"
   #include "log.h"
   #include "misc.h"
   
 int  int
 parse_prime(int linenum, char *line, struct dhgroup *dhg)  parse_prime(int linenum, char *line, struct dhgroup *dhg)

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