wfreerdp: fix build against static openssl library
This commit is contained in:
parent
ae2a51fdc5
commit
839bcb42ae
@ -83,7 +83,7 @@ IF(WIN32 AND NOT CYGWIN)
|
||||
# * MTd for static-debug
|
||||
|
||||
# Implementation details:
|
||||
# We are using the libraries located in the VC subdir instead of the parent directory eventhough :
|
||||
# We are using the libraries located in the VC subdir instead of the parent directory even though :
|
||||
# libeay32MD.lib is identical to ../libeay32.lib, and
|
||||
# ssleay32MD.lib is identical to ../ssleay32.lib
|
||||
|
||||
|
@ -31,10 +31,6 @@
|
||||
#include <openssl/conf.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <openssl/applink.c>
|
||||
#endif
|
||||
|
||||
#include "makecert.h"
|
||||
|
||||
struct _MAKECERT_CONTEXT
|
||||
|
Loading…
Reference in New Issue
Block a user