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

Diff for /src/usr.bin/ssh/dns.c between version 1.14 and 1.15

version 1.14, 2005/10/17 13:45:05 version 1.15, 2005/10/17 14:01:28
Line 29 
Line 29 
 #include "includes.h"  #include "includes.h"
   
 #include <openssl/bn.h>  #include <openssl/bn.h>
 #ifdef LWRES  
 #include <lwres/netdb.h>  
 #include <dns/result.h>  
 #else /* LWRES */  
 #include <netdb.h>  #include <netdb.h>
 #endif /* LWRES */  
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "key.h"  #include "key.h"
Line 43 
Line 38 
   
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #ifndef LWRES  
 static const char *errset_text[] = {  static const char *errset_text[] = {
         "success",              /* 0 ERRSET_SUCCESS */          "success",              /* 0 ERRSET_SUCCESS */
         "out of memory",        /* 1 ERRSET_NOMEMORY */          "out of memory",        /* 1 ERRSET_NOMEMORY */
Line 73 
Line 67 
                 return "unknown error";                  return "unknown error";
         }          }
 }  }
 #endif /* LWRES */  
   
   
 /*  /*
  * Read SSHFP parameters from key buffer.   * Read SSHFP parameters from key buffer.

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15