]> andersk Git - openssh.git/blobdiff - openbsd-compat/xcrypt.c
- (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of
[openssh.git] / openbsd-compat / xcrypt.c
index 9afa0b9f268a77966e3437e3d097b1d83c6c52b6..d8636bb398e107da73820616002f014d07d5445c 100644 (file)
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <unistd.h>
+#include <pwd.h>
+
 # ifdef HAVE_CRYPT_H
 #  include <crypt.h>
 # endif
@@ -94,7 +98,7 @@ shadow_pw(struct passwd *pw)
                pw_password = spw->sp_pwdp;
 # endif
 
-#if defined(HAVE_LIBIAF)  &&  !defined(BROKEN_LIBIAF)
+#ifdef USE_LIBIAF
        return(get_iaf_password(pw));
 #endif
 
This page took 0.050815 seconds and 4 git commands to generate.