aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-06 18:40:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-06 18:40:58 +0000
commite1c456407ea38a08440a61cb0c484921ac1f139c (patch)
treeebc665e5bd1978e21448fb085e6847b3ea3da908 /docs
parent3fe8251dfbb533803e25cc38365114b28c5a1c85 (diff)
mention added in 7.18.3
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index ee425a268..f1f086e84 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -1469,7 +1469,7 @@ This option makes sense only when used in combination with the
A specific error code (CURLE_SSL_CRL_BADFILE) is defined with the option. It
is returned when the SSL exchange fails because the CRL file cannot be loaded.
Note that a failure in certificate verification due to a revocation information
-found in the CRL does not trigger this specific error.
+found in the CRL does not trigger this specific error. (Added in 7.18.3)
.IP CURLOPT_RANDOM_FILE
Pass a char * to a zero terminated file name. The file will be used to read
from to seed the random engine for SSL. The more random the specified file is,