mirror of
https://github.com/curl/curl.git
synced 2026-08-03 14:10:30 +03:00
URLs: change more http to https
This commit is contained in:
parent
093f9cd38d
commit
b4f595bde4
8 changed files with 16 additions and 16 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* "This product includes software developed by the Openevidence Project
|
||||
* for use in the OpenEvidence Toolkit. (http://www.openevidence.org/)"
|
||||
* This product includes software developed by the OpenSSL Project
|
||||
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
|
||||
* for use in the OpenSSL Toolkit (https://www.openssl.org/)"
|
||||
* This product includes cryptographic software written by Eric Young
|
||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
||||
* Hudson (tjh@cryptsoft.com)."
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
* "This product includes software developed by the OpenEvidence Project
|
||||
* for use in the OpenEvidence Toolkit (http://www.openevidence.org/)
|
||||
* This product includes software developed by the OpenSSL Project
|
||||
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
|
||||
* for use in the OpenSSL Toolkit (https://www.openssl.org/)"
|
||||
* This product includes cryptographic software written by Eric Young
|
||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
||||
* Hudson (tjh@cryptsoft.com)."
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
* ====================================================================
|
||||
*
|
||||
* This product includes software developed by the OpenSSL Project
|
||||
* for use in the OpenSSL Toolkit (http://www.openssl.org/)
|
||||
* for use in the OpenSSL Toolkit (https://www.openssl.org/)
|
||||
* This product includes cryptographic software written by Eric Young
|
||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
||||
* Hudson (tjh@cryptsoft.com).
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
If you intend to use a SSL-based protocol here you MUST setup the OpenSSL
|
||||
callback functions as described here:
|
||||
|
||||
http://www.openssl.org/docs/crypto/threads.html#DESCRIPTION
|
||||
https://www.openssl.org/docs/crypto/threads.html#DESCRIPTION
|
||||
|
||||
*/
|
||||
const char * const urls[NUMT]= {
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
* (libgcrypt) so far.
|
||||
*
|
||||
* OpenSSL docs for this:
|
||||
* http://www.openssl.org/docs/crypto/threads.html
|
||||
* https://www.openssl.org/docs/crypto/threads.html
|
||||
* gcrypt docs for this:
|
||||
* http://gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html
|
||||
* https://gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html
|
||||
*/
|
||||
|
||||
#define USE_OPENSSL /* or USE_GNUTLS accordingly */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue