{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1754059413,"commit_time":1754066963,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"ebbb8e3da75ee57925560ae0d352edfde86def07","message":"CURLOPT: bump `CURL_SSLVERSION_*` macros to `long`\n\nThis patch bumps the size of these macros from `int` to `long`, while\nkeeping their actual values the same. It may cause incompatibilities in\nuser code, requiring the bump of holder variables and/or adding casts:\n\n- CURL_SSLVERSION_DEFAULT\n- CURL_SSLVERSION_SSLv2\n- CURL_SSLVERSION_SSLv3\n- CURL_SSLVERSION_TLSv1\n- CURL_SSLVERSION_TLSv1_0\n- CURL_SSLVERSION_TLSv1_1\n- CURL_SSLVERSION_TLSv1_2\n- CURL_SSLVERSION_TLSv1_3\n\n- CURL_SSLVERSION_MAX_DEFAULT\n- CURL_SSLVERSION_MAX_NONE\n- CURL_SSLVERSION_MAX_TLSv1_0\n- CURL_SSLVERSION_MAX_TLSv1_1\n- CURL_SSLVERSION_MAX_TLSv1_2\n- CURL_SSLVERSION_MAX_TLSv1_3\n\nAlso:\n- keep existing cast within the documentation to make sure it applies\n  to older curl versions as well.\n\nCloses #18135\n","parents":["ac0222d35561fe952b5f26c26bac891f89a618c9"],"tree_hash":"e2fd1dd1ffe5ada2cd5a0d17af46b9857a0c1c67"}