Browse Source

guard bundled openssl

eden-orbis-ps4
lizzie 3 weeks ago
parent
commit
d87a82a758
  1. 2
      src/core/hle/service/bcat/news/builtin_news.cpp

2
src/core/hle/service/bcat/news/builtin_news.cpp

@ -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_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));
#endif

Loading…
Cancel
Save