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

Diff for /src/usr.bin/ssh/hostfile.c between version 1.23 and 1.24

version 1.23, 2000/12/21 15:10:16 version 1.24, 2001/01/21 19:05:49
Line 40 
Line 40 
   
 #include "packet.h"  #include "packet.h"
 #include "match.h"  #include "match.h"
 #include "ssh.h"  
 #include <openssl/rsa.h>  
 #include <openssl/dsa.h>  
 #include "key.h"  #include "key.h"
 #include "hostfile.h"  #include "hostfile.h"
   #include "log.h"
   
 /*  /*
  * Parses an RSA (number of bits, e, n) or DSA key from a string.  Moves the   * Parses an RSA (number of bits, e, n) or DSA key from a string.  Moves the

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24