summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-04-10 16:09:51 +0000
committerKevin Steves <stevesk@pobox.com>2002-04-10 16:09:51 +0000
commit6939b233d03d59f9ead3469975f7bf72585c6ffa (patch)
treea3a9f41767852c341693720ddfc770078a5400d9
parent34b7320a9d426d09fed3b55a997955f69ba375fa (diff)
- (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
-rw-r--r--ChangeLog5
-rw-r--r--auth-sia.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 48a82216..00b2a37b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20020410
+ - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
+
20020408
- (bal) Minor OpenSC updates. Fix up header locations and update
README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
@@ -8203,4 +8206,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.2040 2002/04/08 18:37:07 mouring Exp $
+$Id: ChangeLog,v 1.2041 2002/04/10 16:09:51 stevesk Exp $
diff --git a/auth-sia.c b/auth-sia.c
index 2bace5d4..3a415944 100644
--- a/auth-sia.c
+++ b/auth-sia.c
@@ -2,11 +2,11 @@
#ifdef HAVE_OSF_SIA
#include "ssh.h"
+#include "auth.h"
#include "auth-sia.h"
#include "log.h"
#include "servconf.h"
#include "canohost.h"
-#include "auth.h"
#include <sia.h>
#include <siad.h>