From 323fb95fbed43edd01003b9cf9d4b27ae2cfd60c Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sat, 28 Dec 2013 15:26:33 +0000 Subject: [PATCH] consistent style in record structure. --- core/Network/TLS/Context.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Network/TLS/Context.hs b/core/Network/TLS/Context.hs index e140bab..bf02169 100644 --- a/core/Network/TLS/Context.hs +++ b/core/Network/TLS/Context.hs @@ -186,6 +186,7 @@ data ServerParams = ServerParams -- | Server Optional Diffie Hellman parameters , serverDHEParams :: Maybe DHParams + -- | suggested next protocols accoring to the next protocol negotiation extension. , onSuggestNextProtocols :: IO (Maybe [B.ByteString]) }