mirror of https://github.com/FreeRDP/FreeRDP
Fix compilation with OpenSSL 1.1.0 using MSVC
This commit is contained in:
parent
f53d035e81
commit
ac090520c3
|
@ -27,6 +27,7 @@
|
|||
#include <winpr/tchar.h>
|
||||
#include <winpr/synch.h>
|
||||
#include <winpr/dsparse.h>
|
||||
#include <winpr/crypto.h>
|
||||
|
||||
#include <freerdp/log.h>
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <winpr/synch.h>
|
||||
#include <winpr/stream.h>
|
||||
#include <winpr/winsock.h>
|
||||
#include <winpr/crypto.h>
|
||||
|
||||
#include <openssl/bio.h>
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <winpr/print.h>
|
||||
#include <winpr/stream.h>
|
||||
#include <winpr/winsock.h>
|
||||
#include <winpr/crypto.h>
|
||||
|
||||
#include <freerdp/log.h>
|
||||
#include <freerdp/error.h>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include <winpr/sspi.h>
|
||||
#include <winpr/ssl.h>
|
||||
#include <winpr/print.h>
|
||||
#include <winpr/crypto.h>
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <winpr/synch.h>
|
||||
#include <winpr/ssl.h>
|
||||
#include <winpr/thread.h>
|
||||
#include <winpr/crypto.h>
|
||||
|
||||
#ifdef WITH_OPENSSL
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include <winpr/path.h>
|
||||
#include <winpr/cmdline.h>
|
||||
#include <winpr/sysinfo.h>
|
||||
#include <winpr/crypto.h>
|
||||
|
||||
#ifdef WITH_OPENSSL
|
||||
#include <openssl/conf.h>
|
||||
|
|
Loading…
Reference in New Issue