summaryrefslogtreecommitdiff
path: root/Hsbot/Types.hs
diff options
context:
space:
mode:
authorJulien Dessaux2011-07-11 22:35:41 +0200
committerJulien Dessaux2011-07-11 22:35:41 +0200
commitb666e543d0ae03f79ca8b8527c099ca6320f27b0 (patch)
treef2bda5b5b86d9b4e85411ddb695d899987bd8864 /Hsbot/Types.hs
parentAdded some duck funny faces (diff)
downloadhsbot-b666e543d0ae03f79ca8b8527c099ca6320f27b0.tar.gz
hsbot-b666e543d0ae03f79ca8b8527c099ca6320f27b0.tar.bz2
hsbot-b666e543d0ae03f79ca8b8527c099ca6320f27b0.zip
Fixed TLS client implementation
Diffstat (limited to '')
-rw-r--r--Hsbot/Types.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Hsbot/Types.hs b/Hsbot/Types.hs
index c7331d3..7e340e3 100644
--- a/Hsbot/Types.hs
+++ b/Hsbot/Types.hs
@@ -79,8 +79,6 @@ data Config = Config
data TLSConfig = TLSConfig
{ sslOn :: Bool
- , sslCert :: String
- , sslKey :: String
, sslVersions :: [Network.TLS.Version]
, sslCiphers :: [Network.TLS.Cipher]
, sslVerify :: Bool