commit | cfea2063e5e1f5d1415fd520f48730268e68d69e | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Tue Feb 10 15:27:34 2004 +1100 |
committer | Darren Tucker <dtucker@zip.com.au> | Tue Feb 10 15:27:34 2004 +1100 |
tree | 2fb5446c3119d7414fe0eb9ff8fdbe2da39ba19b | |
parent | 0d86829fca3eaa01392a34547935f73463422c4e [diff] |
- (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move include from port-aix.h to port-aix.c and remove unnecessary function definition. Fixes build errors on AIX. #include'ing auth.h in port-aix.h causes conflicting definitions of Authctxt in sshconnect2.c. Sigh.