From 9e46dd7719b63710a6e4ffc6c43e55be710b2c5a Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Tue, 3 Mar 2020 15:46:17 +0100 Subject: Document TlsV1SslV3 as deprecated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id127b6d985d0085982e47b4f80886e3831ce07c7 Reviewed-by: MÃ¥rten Nordheim --- src/network/ssl/qssl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/ssl/qssl.cpp b/src/network/ssl/qssl.cpp index c9fa7f85d9..beb03b646a 100644 --- a/src/network/ssl/qssl.cpp +++ b/src/network/ssl/qssl.cpp @@ -137,7 +137,7 @@ Q_LOGGING_CATEGORY(lcSsl, "qt.network.ssl"); \value TlsV1_3OrLater TLSv1.3 and later versions. (Since Qt 5.12) \value UnknownProtocol The cipher's protocol cannot be determined. \value AnyProtocol Any supported protocol. This value is used by QSslSocket only. - \value TlsV1SslV3 Same as TlsV1_0. + \value TlsV1SslV3 Same as TlsV1_0. This enumerator is deprecated, use TlsV1_0 instead. \value SecureProtocols The default option, using protocols known to be secure. */ -- cgit v1.2.3