]> andersk Git - openssh.git/blobdiff - openbsd-compat/xcrypt.c
- (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h
[openssh.git] / openbsd-compat / xcrypt.c
index 5d260f2c2653b0b0712c021c9bec02b906c440b3..d8636bb398e107da73820616002f014d07d5445c 100644 (file)
@@ -25,6 +25,7 @@
 #include "includes.h"
 
 #include <sys/types.h>
+#include <unistd.h>
 #include <pwd.h>
 
 # ifdef HAVE_CRYPT_H
@@ -97,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.033833 seconds and 4 git commands to generate.