diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | auth-sia.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20020410 | ||
2 | - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net> | ||
3 | |||
1 | 20020408 | 4 | 20020408 |
2 | - (bal) Minor OpenSC updates. Fix up header locations and update | 5 | - (bal) Minor OpenSC updates. Fix up header locations and update |
3 | README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi> | 6 | README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi> |
@@ -8203,4 +8206,4 @@ | |||
8203 | - Wrote replacements for strlcpy and mkdtemp | 8206 | - Wrote replacements for strlcpy and mkdtemp |
8204 | - Released 1.0pre1 | 8207 | - Released 1.0pre1 |
8205 | 8208 | ||
8206 | $Id: ChangeLog,v 1.2040 2002/04/08 18:37:07 mouring Exp $ | 8209 | $Id: ChangeLog,v 1.2041 2002/04/10 16:09:51 stevesk Exp $ |
diff --git a/auth-sia.c b/auth-sia.c index 2bace5d47..3a4159448 100644 --- a/auth-sia.c +++ b/auth-sia.c | |||
@@ -2,11 +2,11 @@ | |||
2 | 2 | ||
3 | #ifdef HAVE_OSF_SIA | 3 | #ifdef HAVE_OSF_SIA |
4 | #include "ssh.h" | 4 | #include "ssh.h" |
5 | #include "auth.h" | ||
5 | #include "auth-sia.h" | 6 | #include "auth-sia.h" |
6 | #include "log.h" | 7 | #include "log.h" |
7 | #include "servconf.h" | 8 | #include "servconf.h" |
8 | #include "canohost.h" | 9 | #include "canohost.h" |
9 | #include "auth.h" | ||
10 | 10 | ||
11 | #include <sia.h> | 11 | #include <sia.h> |
12 | #include <siad.h> | 12 | #include <siad.h> |