=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.h,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- src/usr.bin/ssh/auth.h 2008/11/04 08:22:12 1.62 +++ src/usr.bin/ssh/auth.h 2009/08/15 18:56:34 1.63 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.62 2008/11/04 08:22:12 djm Exp $ */ +/* $OpenBSD: auth.h,v 1.63 2009/08/15 18:56:34 fgsch Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -168,5 +168,4 @@ #define AUTH_FAIL_MSG "Too many authentication failures for %.100s" -#define SKEY_PROMPT "\nS/Key Password: " #endif