mirror of https://github.com/FreeRDP/FreeRDP
winpr-makecert: fix OpenSSL applink error
This commit is contained in:
parent
140b44006b
commit
f0de7c88a8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue