Skip to content

Commit

Permalink
removing medium from tls-debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Apr 28, 2017
1 parent c3fc159 commit cc917a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debug/src/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
]

Expand Down

0 comments on commit cc917a7

Please sign in to comment.