summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-27 08:01:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-27 08:01:59 +0200
commit82be5a80aa6859941625f013ea0f62e9bec615ad (patch)
tree01e46ea69673e1f9f1fa0e5e1494be80352ae6a5
parentb3173cfa2bf5f34a3fcc5c30d9cf29eda670e789 (diff)
downloadcurl-82be5a80aa6859941625f013ea0f62e9bec615ad.tar.gz
tls13-ciphers.d: mention it is only for OpenSSL >= 1.1.1 [ci skip]
Reported-by: Jay Satiro Fixes #3938
-rw-r--r--docs/cmdline-opts/tls13-ciphers.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cmdline-opts/tls13-ciphers.d b/docs/cmdline-opts/tls13-ciphers.d
index add161595..1e61bead3 100644
--- a/docs/cmdline-opts/tls13-ciphers.d
+++ b/docs/cmdline-opts/tls13-ciphers.d
@@ -9,4 +9,6 @@ cipher suite details on this URL:
https://curl.haxx.se/docs/ssl-ciphers.html
+This option is used only when curl is built to use OpenSSL 1.1.1 or later.
+
If this option is used several times, the last one will be used.