summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/port-uw.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/port-uw.h')
-rw-r--r--openbsd-compat/port-uw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/port-uw.h b/openbsd-compat/port-uw.h
index f16bb5e5..3589b2e4 100644
--- a/openbsd-compat/port-uw.h
+++ b/openbsd-compat/port-uw.h
@@ -24,7 +24,7 @@
#include "includes.h"
-#ifdef HAVE_LIBIAF
+#if defined(HAVE_LIBIAF) && !defined(BROKEN_LIBIAF)
char * get_iaf_password(struct passwd *pw);
-#endif /* HAVE_LIBIAF */
+#endif