[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.37.2.1 and 1.38

version 1.37.2.1, 2006/09/30 04:06:50 version 1.38, 2006/03/19 02:23:26
Line 1 
Line 1 
 /* $OpenBSD$ */  
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Line 36 
Line 35 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <sys/types.h>  #include "includes.h"
   RCSID("$OpenBSD$");
   
 #include <netinet/in.h>  #include <resolv.h>
   
 #include <openssl/hmac.h>  #include <openssl/hmac.h>
 #include <openssl/sha.h>  #include <openssl/sha.h>
   
 #include <resolv.h>  
 #include <stdio.h>  
 #include <stdlib.h>  
 #include <string.h>  
   
 #include "xmalloc.h"  
 #include "match.h"  #include "match.h"
 #include "key.h"  #include "key.h"
 #include "hostfile.h"  #include "hostfile.h"
 #include "log.h"  #include "log.h"
   #include "xmalloc.h"
   
 static int  static int
 extract_salt(const char *s, u_int l, char *salt, size_t salt_len)  extract_salt(const char *s, u_int l, char *salt, size_t salt_len)

Legend:
Removed from v.1.37.2.1  
changed lines
  Added in v.1.38