summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2009-08-15 18:56:35 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2009-08-15 18:56:35 +0000
commit62213e123277f6e1bb927bee22204f0be6c28ffb (patch)
tree35e04519a807e2525945a6b7d0c8eb23722269a1
parent4a92519141cdc7d5afbd8bcb3dc6d0b13820cf75 (diff)
remove unused define. markus@ ok.
-rw-r--r--usr.bin/ssh/auth.h3
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