winpr-makecert: only include OpenSSL's applink.c on Windows

This commit is contained in:
Marc-André Moreau
2013-03-13 17:57:13 -04:00
parent f0de7c88a8
commit 79638db42c

View File

@@ -29,7 +29,9 @@
#include <openssl/conf.h>
#include <openssl/x509v3.h>
#ifdef _WIN32
#include <openssl/applink.c>
#endif
X509* x509 = NULL;
EVP_PKEY* pkey = NULL;