summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/openssh/auth.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/openssh/auth.h b/crypto/openssh/auth.h
index 0f562a7..8c554b6 100644
--- a/crypto/openssh/auth.h
+++ b/crypto/openssh/auth.h
@@ -1,5 +1,4 @@
/* $OpenBSD: auth.h,v 1.58 2006/08/18 09:15:20 markus Exp $ */
-/* $FreeBSD$ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -191,10 +190,6 @@ int sys_auth_passwd(Authctxt *, const char *);
#define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
-#ifdef SKEY
-#ifdef OPIE
-#define SKEY_PROMPT "\nOPIE Password: "
-#else
#define SKEY_PROMPT "\nS/Key Password: "
#if defined(KRB5) && !defined(HEIMDAL)
@@ -202,6 +197,3 @@ int sys_auth_passwd(Authctxt *, const char *);
krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *);
#endif
#endif
-#endif
-
-#endif
OpenPOWER on IntegriCloud