winpr-makecert: fix OpenSSL applink error

This commit is contained in:
Marc-André Moreau 2013-03-13 17:55:42 -04:00
parent 140b44006b
commit f0de7c88a8
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#include <openssl/conf.h>
#include <openssl/x509v3.h>
#include <openssl/applink.c>
X509* x509 = NULL;
EVP_PKEY* pkey = NULL;
char* output_file = NULL;