From dd9ed1109a72fe81d32ebaba1cba796089c13dcb Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 11 May 2020 09:08:11 +0200 Subject: [PATCH] downloader: Fix dead link in API documentation --- panda/src/downloader/httpClient.I | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/panda/src/downloader/httpClient.I b/panda/src/downloader/httpClient.I index 419083309c..b22edde696 100644 --- a/panda/src/downloader/httpClient.I +++ b/panda/src/downloader/httpClient.I @@ -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) {