Skip to content

Commit

Permalink
fixing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Dec 21, 2024
1 parent 02ead5c commit 61e1004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls/Network/TLS/Parameters.hs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ data Supported = Supported
-- The default value includes all groups with security strength of 128
-- bits or more.
--
-- Default: @[X25519,X448,P256,FFDHE3072,FFDHE4096,P384,FFDHE6144,FFDHE8192,P521]@
-- Default: @[X25519,X448,P256,FFDHE2048,FFDHE3072,FFDHE4096,P384,FFDHE6144,FFDHE8192,P521]@
}
deriving (Show, Eq)

Expand Down

0 comments on commit 61e1004

Please sign in to comment.