- (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>

This commit is contained in:
Kevin Steves 2002-04-10 16:09:51 +00:00
parent 34b7320a9d
commit 6939b233d0
2 changed files with 5 additions and 2 deletions

View File

@ -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 $

View File

@ -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>