mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Probably fix travis (wine build).
Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
84cf97af06
commit
d2c3d5d4fc
@ -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 New Issue
Block a user