From 932ec901bf1ee23099f700eecd4886efdd2cddbf Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 5 Oct 1996 03:59:42 +0000 Subject: [PATCH] added HAVE_OPIE --- compat.h | 4 ++-- config.h.in | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/compat.h b/compat.h index a94094eb9..99cb67706 100644 --- a/compat.h +++ b/compat.h @@ -89,7 +89,7 @@ * For alternate password schemes we need longer passwords. * This is a bit, ummm, gross but necesary. */ -#if defined(HAVE_KERB4) || defined(HAVE_AFS) || defined(HAVE_DCE) || defined(HAVE_SKEY) +#if defined(HAVE_KERB4) || defined(HAVE_AFS) || defined(HAVE_DCE) || defined(HAVE_SKEY) || defined(HAVE_OPIE) # undef _PASSWD_LEN # define _PASSWD_LEN 256 #else @@ -108,7 +108,7 @@ # endif /* SHADOW_TYPE != SPW_NONE */ # endif /* PASS_MAX */ # endif /* !_PASSWD_LEN */ -# endif /* HAVE_KERB4 || HAVE_DCE || HAVE_SKEY */ +# endif /* HAVE_KERB4 || HAVE_AFS || HAVE_DCE || HAVE_SKEY || HAVE_OPIE */ #endif /* SPW_SECUREWARE */ /* diff --git a/config.h.in b/config.h.in index f6bcf5d7c..74c338b72 100644 --- a/config.h.in +++ b/config.h.in @@ -82,9 +82,12 @@ /* Define if you want to use the system getpass(). */ #undef USE_GETPASS -/* Define if you use Skey. */ +/* Define if you use S/Key. */ #undef HAVE_SKEY +/* Define if you use NRL OPIE. */ +#undef HAVE_OPIE + /* Define if you use SecurID. */ #undef HAVE_SECURID -- 2.40.0