diff options
author | 2009-08-15 18:56:34 +0000 | |
---|---|---|
committer | 2009-08-15 18:56:34 +0000 | |
commit | 7a253ddcaae981c11acdc18a8875c078e6eb8427 (patch) | |
tree | 9598aa0456895d16f13b6f24a5dfdc72e359e2a7 | |
parent | remove superfluous .Ar macro before ellipsis. (diff) | |
download | wireguard-openbsd-7a253ddcaae981c11acdc18a8875c078e6eb8427.tar.xz wireguard-openbsd-7a253ddcaae981c11acdc18a8875c078e6eb8427.zip |
remove unused define. markus@ ok.
-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 |