aboutsummaryrefslogtreecommitdiff
path: root/src/Internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/Internal')
-rw-r--r--src/Internal/Digest.chs4
-rw-r--r--src/Internal/Hmac.chs4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/Internal/Digest.chs b/src/Internal/Digest.chs
index 81d5a3b..021de22 100644
--- a/src/Internal/Digest.chs
+++ b/src/Internal/Digest.chs
@@ -18,9 +18,7 @@
module Internal.Digest
( evpMd5, evpSha1, evpSha224, evpSha256, evpSha384, evpSha512
, mallocEvpMdCtx
- , evpDigestInitEx
- , evpDigestUpdate
- , evpDigestFinalEx
+ , evpDigestInitEx, evpDigestUpdate, evpDigestFinalEx
, evpMaxMdSize
) where
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