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

Diff for /src/usr.bin/ssh/dns.h between version 1.3.4.1 and 1.3.4.2

version 1.3.4.1, 2003/09/16 20:50:43 version 1.3.4.2, 2004/03/04 18:18:15
Line 28 
Line 28 
   
 #include "includes.h"  #include "includes.h"
   
 #ifdef DNS  
 #ifndef DNS_H  #ifndef DNS_H
 #define DNS_H  #define DNS_H
   
Line 46 
Line 45 
 #define DNS_RDATACLASS_IN       1  #define DNS_RDATACLASS_IN       1
 #define DNS_RDATATYPE_SSHFP     44  #define DNS_RDATATYPE_SSHFP     44
   
 #define DNS_VERIFY_FAILED       -1  #define DNS_VERIFY_FOUND        0x00000001
 #define DNS_VERIFY_OK           0  #define DNS_VERIFY_MATCH        0x00000002
 #define DNS_VERIFY_ERROR        1  #define DNS_VERIFY_SECURE       0x00000004
   
 int     verify_host_key_dns(const char *, struct sockaddr *, Key *);  
 int     export_dns_rr(const char *, Key *, FILE *, int);  
   
   int     verify_host_key_dns(const char *, struct sockaddr *, const Key *, int *);
   int     export_dns_rr(const char *, const Key *, FILE *, int);
   
 #endif /* DNS_H */  #endif /* DNS_H */
 #endif /* DNS */  

Legend:
Removed from v.1.3.4.1  
changed lines
  Added in v.1.3.4.2