aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Digest/Internal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Digest/Internal.hs')
-rw-r--r--src/Data/Digest/Internal.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Digest/Internal.hs b/src/Data/Digest/Internal.hs
index be88e68..859f765 100644
--- a/src/Data/Digest/Internal.hs
+++ b/src/Data/Digest/Internal.hs
@@ -21,10 +21,10 @@ import Data.Char (intToDigit)
import Data.Word (Word8)
import Foreign (Ptr)
-import Internal.Base (EvpMd)
+import Internal.Base (EVPMD)
-- | A cryptographic hash function.
-newtype Algorithm = Algorithm (Ptr EvpMd)
+newtype Algorithm = Algorithm (Ptr EVPMD)
-- | The result of a hash operation.
newtype Digest = Digest ByteString