summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/auth.h b/auth.h
index 3a7d222ef..2f094403d 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.49 2004/01/30 09:48:57 markus Exp $ */ 1/* $OpenBSD: auth.h,v 1.50 2004/05/23 23:59:53 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -181,8 +181,6 @@ void auth_debug_reset(void);
181 181
182struct passwd *fakepw(void); 182struct passwd *fakepw(void);
183 183
184#define AUTH_FAIL_MAX 6
185#define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
186#define AUTH_FAIL_MSG "Too many authentication failures for %.100s" 184#define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
187 185
188#define SKEY_PROMPT "\nS/Key Password: " 186#define SKEY_PROMPT "\nS/Key Password: "