0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

libobs/util: Fix typo in curl revocation support check

This commit is contained in:
Richard Stanway 2023-03-02 19:36:31 +01:00
parent 681014bec2
commit 5b193bca55
No known key found for this signature in database
GPG Key ID: 4F96FCA24BCE7BA1

View File

@ -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