=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/pathnames.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/ssh/pathnames.h 2008/12/29 02:23:26 1.17 +++ src/usr.bin/ssh/pathnames.h 2010/02/08 10:50:20 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.17 2008/12/29 02:23:26 stevesk Exp $ */ +/* $OpenBSD: pathnames.h,v 1.18 2010/02/08 10:50:20 markus Exp $ */ /* * Author: Tatu Ylonen @@ -112,6 +112,9 @@ /* Location of ssh-keysign for hostbased authentication */ #define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" + +/* Location of ssh-keysign for hostbased authentication */ +#define _PATH_SSH_PKCS11_HELPER "/usr/libexec/ssh-pkcs11-helper" /* xauth for X11 forwarding */ #define _PATH_XAUTH "/usr/X11R6/bin/xauth"