mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-04 19:36:27 +00:00
guard bundled openssl
This commit is contained in:
@@ -88,7 +88,7 @@ std::vector<u8> DownloadImage(const std::string& url_path, const std::filesystem
|
|||||||
cli.set_connection_timeout(std::chrono::seconds(2));
|
cli.set_connection_timeout(std::chrono::seconds(2));
|
||||||
cli.set_read_timeout(std::chrono::seconds(2));
|
cli.set_read_timeout(std::chrono::seconds(2));
|
||||||
|
|
||||||
#ifdef YUZU_BUNDLED_OPENSSL
|
#if defined(YUZU_BUNDLED_OPENSSL) && !defined(__OPENORBIS__)
|
||||||
cli.load_ca_cert_store(kCert, sizeof(kCert));
|
cli.load_ca_cert_store(kCert, sizeof(kCert));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user