From 839bcb42ae8cedebc4819f8050f88ea32edb880c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Moreau?= Date: Wed, 29 Jan 2014 15:27:43 -0500 Subject: [PATCH] wfreerdp: fix build against static openssl library --- cmake/FindOpenSSL.cmake | 2 +- winpr/tools/makecert/makecert.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/cmake/FindOpenSSL.cmake b/cmake/FindOpenSSL.cmake index 9ae015828..450a6329d 100644 --- a/cmake/FindOpenSSL.cmake +++ b/cmake/FindOpenSSL.cmake @@ -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 diff --git a/winpr/tools/makecert/makecert.c b/winpr/tools/makecert/makecert.c index 5017b1d50..8430d851c 100644 --- a/winpr/tools/makecert/makecert.c +++ b/winpr/tools/makecert/makecert.c @@ -31,10 +31,6 @@ #include #include -#ifdef _WIN32 -#include -#endif - #include "makecert.h" struct _MAKECERT_CONTEXT