From fc0b4b0d3141f20435bef35338248af077a9ed54 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 5 Jan 2014 22:59:29 +0000 Subject: examples: Added required libcurl version information to SMTP examples --- docs/examples/smtp-ssl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/examples/smtp-ssl.c') diff --git a/docs/examples/smtp-ssl.c b/docs/examples/smtp-ssl.c index 0d8a64b53..3402ad42b 100644 --- a/docs/examples/smtp-ssl.c +++ b/docs/examples/smtp-ssl.c @@ -27,6 +27,8 @@ * capabilities. It builds on the smtp-mail.c example to add authentication * and, more importantly, transport security to protect the authentication * details from being snooped. + * + * Note that this example requires libcurl 7.20.0 or above. */ #define FROM "" -- cgit v1.2.3