Remove AccumulateCipherSuite()

This resolves #858
This commit is contained in:
wolfbeast 2018-11-08 11:32:49 +01:00 committed by Roy Tam
commit d8ccdaa0d9
2 changed files with 2 additions and 71 deletions

View file

@ -1309,8 +1309,8 @@ typedef struct {
bool weak;
} CipherPref;
// Update the switch statement in AccumulateCipherSuite in nsNSSCallbacks.cpp
// when you add/remove cipher suites here.
// List of available cipher suites and their prefs
// Format: "pref", cipherSuite, defaultEnabled, [isWeak = false]
static const CipherPref sCipherPrefs[] = {
{ "security.ssl3.ecdhe_rsa_aes_128_gcm_sha256",
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, true },