fix wallet for new openssl

This commit is contained in:
David Kelly 2017-09-08 11:44:19 -07:00
parent db0ecb61fd
commit 3e0b222ec4

View file

@ -31,6 +31,11 @@
#include <openssl/evp.h>
#include <openssl/aes.h>
// I know, right? But per https://www.openssl.org/docs/faq.html
// this avoids OPENSSL_Uplink(00007FF847238000,08): no OPENSSL_Applink
// at runtime.
#include <openssl/applink.c>
static const char* KEY_FILE = "hifikey";
static const char* IMAGE_FILE = "hifi_image"; // eventually this will live in keyfile