mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
downloader: Fix dead link in API documentation
This commit is contained in:
parent
9159fc1029
commit
dd9ed1109a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user