diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2009-08-15 18:56:35 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2009-08-15 18:56:35 +0000 |
commit | 62213e123277f6e1bb927bee22204f0be6c28ffb (patch) | |
tree | 35e04519a807e2525945a6b7d0c8eb23722269a1 /usr.bin | |
parent | 4a92519141cdc7d5afbd8bcb3dc6d0b13820cf75 (diff) |
remove unused define. markus@ ok.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/auth.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h index ef3af9c279e..e4495e42a9c 100644 --- a/usr.bin/ssh/auth.h +++ b/usr.bin/ssh/auth.h @@ -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 @@ struct passwd *fakepw(void); #define AUTH_FAIL_MSG "Too many authentication failures for %.100s" -#define SKEY_PROMPT "\nS/Key Password: " #endif |