diff options
Diffstat (limited to 'openbsd-compat/xcrypt.c')
-rw-r--r-- | openbsd-compat/xcrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c index 14899321f..d8636bb39 100644 --- a/openbsd-compat/xcrypt.c +++ b/openbsd-compat/xcrypt.c | |||
@@ -98,7 +98,7 @@ shadow_pw(struct passwd *pw) | |||
98 | pw_password = spw->sp_pwdp; | 98 | pw_password = spw->sp_pwdp; |
99 | # endif | 99 | # endif |
100 | 100 | ||
101 | #if defined(HAVE_LIBIAF) && !defined(BROKEN_LIBIAF) | 101 | #ifdef USE_LIBIAF |
102 | return(get_iaf_password(pw)); | 102 | return(get_iaf_password(pw)); |
103 | #endif | 103 | #endif |
104 | 104 | ||