mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
oops -- this is a windows-only thing (like so many other problems)
This commit is contained in:
parent
3e0b222ec4
commit
c142215935
1 changed files with 2 additions and 0 deletions
|
@ -34,7 +34,9 @@
|
|||
// I know, right? But per https://www.openssl.org/docs/faq.html
|
||||
// this avoids OPENSSL_Uplink(00007FF847238000,08): no OPENSSL_Applink
|
||||
// at runtime.
|
||||
#ifdef Q_OS_WIN
|
||||
#include <openssl/applink.c>
|
||||
#endif
|
||||
|
||||
static const char* KEY_FILE = "hifikey";
|
||||
static const char* IMAGE_FILE = "hifi_image"; // eventually this will live in keyfile
|
||||
|
|
Loading…
Reference in a new issue