[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 and 1.3.2.1

version 1.3, 2003/05/14 22:56:51 version 1.3.2.1, 2004/02/28 03:51:33
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  
changed lines
  Added in v.1.3.2.1