Deprecate TlsV1SslV3

Since we anyway deprecated SslV3.

Change-Id: I437114a76062b7a18a9978e359b3ccf16869c17d
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
Timur Pocheptsov 2019-11-21 07:50:59 +01:00
parent af2daafde7
commit b455e45ab2

View File

@ -88,8 +88,10 @@ namespace QSsl {
TlsV1_1,
TlsV1_2,
AnyProtocol,
#if QT_DEPRECATED_SINCE(5, 15)
TlsV1SslV3,
SecureProtocols,
#endif
SecureProtocols = AnyProtocol + 2,
TlsV1_0OrLater,
TlsV1_1OrLater,