Last remains of old OPIE patch

This commit is contained in:
Dag-Erling Smørgrav 2008-08-01 01:24:42 +00:00
parent 8862f666ad
commit 504c3e3a23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181101

View File

@ -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