mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
SSLSocketFactoryCompat: fix typo
This commit is contained in:
parent
c2181c55d3
commit
773b2ee992
@ -64,7 +64,7 @@ public class SSLSocketFactoryCompat extends SSLSocketFactory {
|
||||
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
||||
"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384",
|
||||
"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256",
|
||||
"TLS_ECHDE_RSA_WITH_AES_128_GCM_SHA256",
|
||||
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
|
||||
// maximum interoperability
|
||||
"TLS_RSA_WITH_3DES_EDE_CBC_SHA",
|
||||
"TLS_RSA_WITH_AES_128_CBC_SHA",
|
||||
|
Loading…
Reference in New Issue
Block a user