Skip to content

Commit

Permalink
- (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: …
Browse files Browse the repository at this point in the history
…include

   string.h to prevent warnings, from vapier at gentoo.org.
  • Loading branch information
daztucker committed Mar 12, 2007
1 parent c49dd34 commit a8d51ee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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
- [email protected] 2007/03/01 16:19:33
Expand Down Expand Up @@ -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 $
3 changes: 2 additions & 1 deletion entropy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions scard-opensc.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <openssl/x509.h>

#include <stdarg.h>
#include <string.h>

#include <opensc/opensc.h>
#include <opensc/pkcs15.h>
Expand Down
1 change: 1 addition & 0 deletions ssh-rand-helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include <stdarg.h>
#include <stddef.h>
#include <string.h>

#include <netinet/in.h>
#include <arpa/inet.h>
Expand Down

0 comments on commit a8d51ee

Please sign in to comment.