]> andersk Git - openssh.git/blobdiff - auth-passwd.c
- (djm) Big OpenBSD sync:
[openssh.git] / auth-passwd.c
index 8dd6034d877337804477d0103a7a41876ef81e33..184ce154cffc2a6a43aab58da06af7cfe1ebdf68 100644 (file)
@@ -59,7 +59,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-passwd.c,v 1.17 2000/09/07 20:27:49 deraadt Exp $");
+RCSID("$OpenBSD: auth-passwd.c,v 1.18 2000/10/03 18:03:03 markus Exp $");
 
 #if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
 
@@ -156,7 +156,7 @@ auth_password(struct passwd * pw, const char *password)
        }
 #endif
 
-#ifdef SKEY
+#ifdef SKEY_VIA_PASSWD_IS_DISABLED
        if (options.skey_authentication == 1) {
                int ret = auth_skey_password(pw, password);
                if (ret == 1 || ret == 0)
This page took 0.044911 seconds and 4 git commands to generate.