summaryrefslogtreecommitdiff
path: root/docs/examples/simplessl.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-17 13:45:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-17 13:45:19 +0000
commit12cdfd282d707a35f4738fe54617ec2c583de0e9 (patch)
tree7e6b2102cdad3f2e7ad5de066dc2063d5dfbf4ea /docs/examples/simplessl.c
parenteba8035e12c869a862dab42805f4eed9530b5abb (diff)
downloadcurl-12cdfd282d707a35f4738fe54617ec2c583de0e9.tar.gz
added a comment about this example only works with 7.9.3 and newer libs
Diffstat (limited to 'docs/examples/simplessl.c')
-rw-r--r--docs/examples/simplessl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/simplessl.c b/docs/examples/simplessl.c
index 285d0cd37..9a53603f4 100644
--- a/docs/examples/simplessl.c
+++ b/docs/examples/simplessl.c
@@ -28,6 +28,9 @@
4.2. if the format of the key file is DER, set pKeyType to "DER"
!! verify of the server certificate is not implemented here !!
+
+ **** This example only works with libcurl 7.9.3 and later! ****
+
*/
int main(int argc, char **argv)