aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Digest.chs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Internal/Digest.chs')
-rw-r--r--src/Internal/Digest.chs4
1 files changed, 1 insertions, 3 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