X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/26d0709572fdbde4fb94bce6b08d3df4fdb140e5..a8ad3b9d3519e4cb65206c43b358af5fdb63c0c2:/openbsd-compat/xcrypt.c diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c index 9afa0b9f..d8636bb3 100644 --- a/openbsd-compat/xcrypt.c +++ b/openbsd-compat/xcrypt.c @@ -24,6 +24,10 @@ #include "includes.h" +#include +#include +#include + # ifdef HAVE_CRYPT_H # include # 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