summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index 8dd6034d8..184ce154c 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -59,7 +59,7 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: auth-passwd.c,v 1.17 2000/09/07 20:27:49 deraadt Exp $"); 62RCSID("$OpenBSD: auth-passwd.c,v 1.18 2000/10/03 18:03:03 markus Exp $");
63 63
64#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) 64#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
65 65
@@ -156,7 +156,7 @@ auth_password(struct passwd * pw, const char *password)
156 } 156 }
157#endif 157#endif
158 158
159#ifdef SKEY 159#ifdef SKEY_VIA_PASSWD_IS_DISABLED
160 if (options.skey_authentication == 1) { 160 if (options.skey_authentication == 1) {
161 int ret = auth_skey_password(pw, password); 161 int ret = auth_skey_password(pw, password);
162 if (ret == 1 || ret == 0) 162 if (ret == 1 || ret == 0)