Merge from vendor branch BSDTAR:
[dragonfly.git] / secure / usr.sbin / sshd / auth.h.patch
1 $DragonFly: src/secure/usr.sbin/sshd/Attic/auth.h.patch,v 1.1 2004/07/31 20:05:00 geekgod Exp $
2 --- auth.h.orig 2004-07-23 14:26:51.000000000 +0200
3 +++ auth.h      2004-07-23 14:20:00.000000000 +0200
4 @@ -185,5 +185,12 @@
5  #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
6  #define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
7  
8 +#ifdef SKEY
9 +#ifdef OPIE
10 +#define SKEY_PROMPT "\nOPIE Password: "
11 +#else
12  #define SKEY_PROMPT "\nS/Key Password: "
13  #endif
14 +#endif
15 +
16 +#endif