mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 02:34:23 -05:00
libobs/util: Fix typo in curl revocation support check
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#if defined(_WIN32) && LIBCURL_VERSION_NUM >= 0x072c00
|
||||
|
||||
#ifdef CURLSSLOPT_REMOVE_BEST_EFFORT
|
||||
#ifdef CURLSSLOPT_REVOKE_BEST_EFFORT
|
||||
#define CURL_OBS_REVOKE_SETTING CURLSSLOPT_REVOKE_BEST_EFFORT
|
||||
#else
|
||||
#define CURL_OBS_REVOKE_SETTING CURLSSLOPT_NO_REVOKE
|
||||
|
||||
Reference in New Issue
Block a user