Deprecate TlsV1SslV3
Since we anyway deprecated SslV3. Change-Id: I437114a76062b7a18a9978e359b3ccf16869c17d Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>bb10
parent
af2daafde7
commit
b455e45ab2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue