HsOpenSSL-0.1.1: OpenSSL/SSL.hsc
module OpenSSL.SSL
( loadErrorStrings
, addAllAlgorithms
)
where
foreign import ccall unsafe "SSL_load_error_strings"
loadErrorStrings :: IO ()
foreign import ccall unsafe "HsOpenSSL_OpenSSL_add_all_algorithms"
addAllAlgorithms :: IO ()