From c16d19ef389e5e5dba9297b36d908483bcaee0d3 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 1 Aug 2008 01:24:42 +0000 Subject: Last remains of old OPIE patch --- crypto/openssh/auth.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'crypto') 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 -- cgit v1.1