Blame SOURCES/0002-curl-7.61.1-tlsv1.0-man.patch

b35f73
From c574e05b0035f0d78e6bf6040d3f80430112ab4f Mon Sep 17 00:00:00 2001
b35f73
From: Kamil Dudka <kdudka@redhat.com>
b35f73
Date: Fri, 7 Sep 2018 16:50:45 +0200
b35f73
Subject: [PATCH] docs/cmdline-opts: update the documentation of --tlsv1.0
b35f73
b35f73
... to reflect the changes in 6015cefb1b2cfde4b4850121c42405275e5e77d9
b35f73
b35f73
Closes #2955
b35f73
b35f73
Upstream-commit: 9ba22ce6b52751ed1e2abdd177b0a1d241819b4e
b35f73
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
b35f73
---
b35f73
 docs/cmdline-opts/tlsv1.0.d | 2 +-
b35f73
 1 file changed, 1 insertion(+), 1 deletion(-)
b35f73
b35f73
diff --git a/docs/cmdline-opts/tlsv1.0.d b/docs/cmdline-opts/tlsv1.0.d
b35f73
index 8789025e0..54e259682 100644
b35f73
--- a/docs/cmdline-opts/tlsv1.0.d
b35f73
+++ b/docs/cmdline-opts/tlsv1.0.d
b35f73
@@ -3,4 +3,4 @@ Help: Use TLSv1.0
b35f73
 Protocols: TLS
b35f73
 Added: 7.34.0
b35f73
 ---
b35f73
-Forces curl to use TLS version 1.0 when connecting to a remote TLS server.
b35f73
+Forces curl to use TLS version 1.0 or later when connecting to a remote TLS server.
b35f73
-- 
b35f73
2.17.1
b35f73