- (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include

string.h to prevent warnings, from vapier at gentoo.org.
This commit is contained in:
Darren Tucker 2007-03-13 07:35:38 +11:00
parent c49dd34a3e
commit a8d51ee307
4 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
20070313
- (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include
string.h to prevent warnings, from vapier at gentoo.org.
20070306
- (djm) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2007/03/01 16:19:33
@ -2816,4 +2820,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4636 2007/03/08 09:13:39 djm Exp $
$Id: ChangeLog,v 1.4637 2007/03/12 20:35:38 dtucker Exp $

View File

@ -35,8 +35,9 @@
# include <fcntl.h>
#endif
#include <stdarg.h>
#include <unistd.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>
#include <openssl/rand.h>
#include <openssl/crypto.h>

View File

@ -32,6 +32,7 @@
#include <openssl/x509.h>
#include <stdarg.h>
#include <string.h>
#include <opensc/opensc.h>
#include <opensc/pkcs15.h>

View File

@ -32,6 +32,7 @@
#include <stdarg.h>
#include <stddef.h>
#include <string.h>
#include <netinet/in.h>
#include <arpa/inet.h>