mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 09:17:52 -05:00
ssl: Link with crypt32 for secure channel backend
This commit is contained in:
@ -20,6 +20,7 @@ namespace {
|
||||
#define SECURITY_WIN32
|
||||
#include <schnlsp.h>
|
||||
#include <security.h>
|
||||
#include <wincrypt.h>
|
||||
|
||||
std::once_flag one_time_init_flag;
|
||||
bool one_time_init_success = false;
|
||||
|
Reference in New Issue
Block a user