Browse Source

downloader: Fix dead link in API documentation

rdb 5 years ago
parent
commit
dd9ed1109a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      panda/src/downloader/httpClient.I

+ 3 - 3
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
  * 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
  * connections.  This is a string as described in the ciphers(1) man page of
  * the OpenSSL documentation (or see
  * 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::
 INLINE void HTTPClient::
 set_cipher_list(const std::string &cipher_list) {
 set_cipher_list(const std::string &cipher_list) {