aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-06-18 23:27:24 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-06-18 23:28:13 +0200
commitefbffa2fb7d06468213abc3205ed33b90e4ecaf1 (patch)
tree04e9a848eea8b24d60bcdf41521c3abba82c8159 /docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3
parent479675f23ef86b6f57aa7cfa59896a0bdd8831bd (diff)
opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 b/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3
index c9bb7e2c4..7e05a5905 100644
--- a/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3
+++ b/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3
@@ -59,6 +59,7 @@ TODO
.SH AVAILABILITY
If built TLS enabled.
.SH RETURN VALUE
-Returns CURLE_OK if TLS is supported, and CURLE_UNKNOWN_OPTION if not.
+Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
+CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
.BR CURLOPT_SSLVERSION "(3), " CURLOPT_USE_SSL "(3), "