aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/HMAC.chs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Internal/HMAC.chs')
-rw-r--r--src/Internal/HMAC.chs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Internal/HMAC.chs b/src/Internal/HMAC.chs
index 88ac1fb..2151785 100644
--- a/src/Internal/HMAC.chs
+++ b/src/Internal/HMAC.chs
@@ -13,16 +13,13 @@
-- the License.
{-# OPTIONS_GHC -Wno-missing-methods #-}
-{-# OPTIONS_GHC -Wno-orphans #-}
module Internal.HMAC
( mallocHMACCtx
, hmacInitEx, hmacUpdate, hmacFinal
) where
-import Foreign
- (FinalizerPtr, ForeignPtr, Ptr, Storable(alignment, sizeOf),
- addForeignPtrFinalizer, mallocForeignPtr, withForeignPtr)
+import Foreign (FinalizerPtr, ForeignPtr, Ptr, Storable(alignment, sizeOf))
import Foreign.C.Types
import Foreign.Ptr.Cast (asVoidPtr)