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.chs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Internal/Hmac.chs b/src/Internal/Hmac.chs
index 69c474e..0ef1e2e 100644
--- a/src/Internal/Hmac.chs
+++ b/src/Internal/Hmac.chs
@@ -17,9 +17,7 @@
module Internal.Hmac
( mallocHmacCtx
- , hmacInitEx
- , hmacUpdate
- , hmacFinal
+ , hmacInitEx, hmacUpdate, hmacFinal
) where
import Foreign