wfreerdp: fix build against static openssl library

This commit is contained in:
Marc-André Moreau 2014-01-29 15:27:43 -05:00
parent ae2a51fdc5
commit 839bcb42ae
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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