diff options
author | Tim Rice <tim@multitalents.net> | 2005-08-31 09:59:49 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2005-08-31 09:59:49 -0700 |
commit | 66fd217e8e57f0c86179d77dc14e42efd3098320 (patch) | |
tree | 647dc150f96b27987211df1c77879111e0f0eac9 /openbsd-compat/port-uw.h | |
parent | d0a47cd2435abdbb4aaabbdd408e855431ce9ccd (diff) |
- (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.c
openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] libiaf cleanup. Disable
libiaf bits for OpenServer6. Free memory allocated by ia_get_logpwd().
Feedback and OK dtucker@
Diffstat (limited to 'openbsd-compat/port-uw.h')
-rw-r--r-- | openbsd-compat/port-uw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/port-uw.h b/openbsd-compat/port-uw.h index f16bb5e5c..3589b2e44 100644 --- a/openbsd-compat/port-uw.h +++ b/openbsd-compat/port-uw.h | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | 26 | ||
27 | #ifdef HAVE_LIBIAF | 27 | #if defined(HAVE_LIBIAF) && !defined(BROKEN_LIBIAF) |
28 | char * get_iaf_password(struct passwd *pw); | 28 | char * get_iaf_password(struct passwd *pw); |
29 | #endif /* HAVE_LIBIAF */ | 29 | #endif |
30 | 30 | ||