mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:23:33 +03:00
URLs: Change more haxx.se URLs from http: to https:
This commit is contained in:
parent
493f54c6c0
commit
093f9cd38d
14 changed files with 14 additions and 14 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
LIBRARY LIBCURL
|
||||
|
||||
;DESCRIPTION 'curl libcurl - http://curl.haxx.se'
|
||||
;DESCRIPTION 'curl libcurl - https://curl.haxx.se'
|
||||
|
||||
EXPORTS
|
||||
curl_easy_cleanup @ 1 ;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
*
|
||||
* If you ever want truly portable and good *printf() clones, the project that
|
||||
* took on from here is named 'Trio' and you find more details on the trio web
|
||||
* page at http://daniel.haxx.se/trio/
|
||||
* page at https://daniel.haxx.se/trio/
|
||||
*/
|
||||
|
||||
#include "curl_setup.h"
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ char Curl_raw_toupper(char in)
|
|||
/*
|
||||
* Curl_raw_equal() is for doing "raw" case insensitive strings. This is meant
|
||||
* to be locale independent and only compare strings we know are safe for
|
||||
* this. See http://daniel.haxx.se/blog/2008/10/15/strcasecmp-in-turkish/ for
|
||||
* this. See https://daniel.haxx.se/blog/2008/10/15/strcasecmp-in-turkish/ for
|
||||
* some further explanation to why this function is necessary.
|
||||
*
|
||||
* The function is capable of comparing a-z case insensitively even for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue