diff --git a/debug/src/Common.hs b/debug/src/Common.hs index b1c9765a2..0500477e4 100644 --- a/debug/src/Common.hs +++ b/debug/src/Common.hs @@ -30,7 +30,6 @@ namedCiphersuites :: [(String, [CipherID])] namedCiphersuites = [ ("all", map cipherID ciphersuite_all) , ("default", map cipherID ciphersuite_default) - , ("medium", map cipherID ciphersuite_medium) , ("strong", map cipherID ciphersuite_strong) ]