projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c735414
)
don't use curl.haxx.se
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 22 Nov 2002 07:39:15 +0000
(07:39 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 22 Nov 2002 07:39:15 +0000
(07:39 +0000)
docs/examples/simplessl.c
patch
|
blob
|
history
diff --git
a/docs/examples/simplessl.c
b/docs/examples/simplessl.c
index 9a53603f483e0be603b557ab6e37fa0e0f8278f4..4eedfc78e1bd79a00faa52443b02db4e616a8105 100644
(file)
--- a/
docs/examples/simplessl.c
+++ b/
docs/examples/simplessl.c
@@
-66,7
+66,7
@@
int main(int argc, char **argv)
curl = curl_easy_init();
if(curl) {
/* what call to write: */
- curl_easy_setopt(curl, CURLOPT_URL, "HTTPS://
curl.haxx.s
e");
+ curl_easy_setopt(curl, CURLOPT_URL, "HTTPS://
your.favourite.ssl.sit
e");
curl_easy_setopt(curl, CURLOPT_WRITEHEADER, headerfile);
while(1) /* do some ugly short cut... */