Probably fix travis (wine build).
Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
84cf97af06
commit
d2c3d5d4fc
1 changed files with 9 additions and 9 deletions
|
@ -45,20 +45,20 @@
|
|||
#include <sys/types.h>
|
||||
#ifdef HAVE_CRYPTODEV
|
||||
# include <crypto/cryptodev.h>
|
||||
# include <sys/ioctl.h>
|
||||
# include <errno.h>
|
||||
# include <stdio.h>
|
||||
# include <unistd.h>
|
||||
# include <fcntl.h>
|
||||
# include <stdarg.h>
|
||||
# include <syslog.h>
|
||||
# include <errno.h>
|
||||
# include <string.h>
|
||||
#endif
|
||||
#include <openssl/dh.h>
|
||||
#include <openssl/dsa.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/rsa.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdarg.h>
|
||||
#include <syslog.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef HAVE_CRYPTODEV
|
||||
|
||||
|
|
Loading…
Reference in a new issue