]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/port-uw.c
Import of OpenSSH 5.2p1
[gssapi-openssh.git] / openssh / openbsd-compat / port-uw.c
index ebc229a6a06ef615b447231a271a9a21f8d3de39..be9905a6af9b1b3fb3be504565dbfaec650db2b3 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "includes.h"
 
-#ifdef HAVE_LIBIAF
+#if defined(HAVE_LIBIAF)  &&  !defined(HAVE_SECUREWARE)
 #include <sys/types.h>
 #ifdef HAVE_CRYPT_H
 # include <crypt.h>
@@ -145,5 +145,5 @@ get_iaf_password(struct passwd *pw)
                fatal("ia_openinfo: Unable to open the shadow passwd file");
 }
 #endif /* USE_LIBIAF */
-#endif /* HAVE_LIBIAF */
+#endif /* HAVE_LIBIAF and not HAVE_SECUREWARE */
 
This page took 0.028948 seconds and 4 git commands to generate.