misc realignement

This commit is contained in:
Vincent Hanquez 2014-01-27 03:50:20 +00:00
parent ad6ed6beac
commit c6117b96f3

View file

@ -233,8 +233,8 @@ defaultServerHooks = ServerHooks
{ onCipherChoosing = \_ -> head
, onClientCertificate = \_ -> return $ CertificateUsageReject $ CertificateRejectOther "no client certificates expected"
, onUnverifiedClientCert = return False
, onSuggestNextProtocols = return Nothing
, onNewHandshake = \_ -> return True
, onSuggestNextProtocols = return Nothing
, onNewHandshake = \_ -> return True
}
instance Show ServerHooks where