summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--auth-sia.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 48a822160..00b2a37b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120020410
2 - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
3
120020408 420020408
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>