=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/hostfile.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/ssh/hostfile.h 2006/03/25 22:22:43 1.16 +++ src/usr.bin/ssh/hostfile.h 2010/02/26 20:29:54 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: hostfile.h,v 1.16 2006/03/25 22:22:43 djm Exp $ */ +/* $OpenBSD: hostfile.h,v 1.17 2010/02/26 20:29:54 djm Exp $ */ /* * Author: Tatu Ylonen @@ -27,6 +27,8 @@ #define HASH_MAGIC "|1|" #define HASH_DELIM '|' + +#define CA_MARKER "@cert-authority" char *host_hash(const char *, const char *, u_int);