{-# OPTIONS_GHC -optc-D__GLASGOW_HASKELL__=606 #-} {-# LINE 1 "OpenSSL/SSL.hsc" #-} module OpenSSL.SSL {-# LINE 2 "OpenSSL/SSL.hsc" #-} ( loadErrorStrings , addAllAlgorithms ) where foreign import ccall unsafe "SSL_load_error_strings" loadErrorStrings :: IO () foreign import ccall unsafe "HsOpenSSL_OpenSSL_add_all_algorithms" addAllAlgorithms :: IO ()