cryptonite-openssl-0.1: Crypto/OpenSSL.hs
-- |
-- Module : Crypto.OpenSSL
-- License : BSD-style
-- Stability : experimental
-- Portability : Unix
--
module Crypto.OpenSSL
( OpenSSLError(..)
, OpenSSLGcmError(..)
) where
import Crypto.OpenSSL.Misc (OpenSSLError(..), OpenSSLGcmError(..))