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

Diff for /src/usr.bin/ssh/hostfile.h between version 1.16 and 1.17

version 1.16, 2006/03/25 22:22:43 version 1.17, 2010/02/26 20:29:54
Line 28 
Line 28 
 #define HASH_MAGIC      "|1|"  #define HASH_MAGIC      "|1|"
 #define HASH_DELIM      '|'  #define HASH_DELIM      '|'
   
   #define CA_MARKER       "@cert-authority"
   
 char    *host_hash(const char *, const char *, u_int);  char    *host_hash(const char *, const char *, u_int);
   
 #endif  #endif

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17