downloader: Fix dead link in API documentation

This commit is contained in:
rdb 2020-05-11 09:08:11 +02:00
parent 9159fc1029
commit dd9ed1109a

View File

@ -111,9 +111,9 @@ get_verify_ssl() const {
* Specifies the set of ciphers that are to be made available for SSL
* connections. This is a string as described in the ciphers(1) man page of
* the OpenSSL documentation (or see
* https://www.openssl.org/docs/apps/ciphers.html ). If this isn't specified,
* the default is provided by the Config file. You may also specify "DEFAULT"
* to use the built-in OpenSSL default value.
* https://www.openssl.org/docs/man1.1.1/man1/ciphers.html ). If this isn't
* specified, the default is provided by the Config file. You may also specify
* "DEFAULT" to use the built-in OpenSSL default value.
*/
INLINE void HTTPClient::
set_cipher_list(const std::string &cipher_list) {