From: Daniel Stenberg Date: Thu, 17 Jan 2002 13:45:19 +0000 (+0000) Subject: added a comment about this example only works with 7.9.3 and newer libs X-Git-Tag: curl-7_9_3-pre3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12cdfd282d707a35f4738fe54617ec2c583de0e9;p=curl added a comment about this example only works with 7.9.3 and newer libs --- 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)