diff options
-rw-r--r-- | xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h b/xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h index aedcf6434e..41810ca93c 100644 --- a/xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h +++ b/xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h @@ -128,6 +128,7 @@ extern "C" /// | <b>`user-agent`</b> | Set the "user-agent" header /// | <b>`seekable`</b> | Set the stream seekable. 1: enable, 0: disable /// | <b>`sslcipherlist`</b> | Set list of accepted SSL ciphers. + /// | <b>`verifypeer`</b> | Set to false if curl must skip checking the authenticity of the SSL CA certificate. /// ADDON_CURL_OPTION_PROTOCOL, |