aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-08-01 01:24:42 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-08-01 01:24:42 +0000
commit504c3e3a235bd33246722528eeed71aa38c1d8b3 (patch)
treef0f7b05cb97b2eeb22f9a345dd3f6314822ebede /crypto
parent8862f666ad2ad03d06e7ea0d666f0e5df34fe288 (diff)
downloadsrc-504c3e3a235bd33246722528eeed71aa38c1d8b3.tar.gz
src-504c3e3a235bd33246722528eeed71aa38c1d8b3.zip
Last remains of old OPIE patch
Notes
Notes: svn path=/head/; revision=181101
Diffstat (limited to 'crypto')
-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 0f562a7cf0ff..8c554b6a6902 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