aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Digest.hs
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-09-01 15:14:49 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-09-04 11:47:56 -0500
commitfadd7434be6bfc11483dc188aa6e4267e01d5c40 (patch)
tree9c96b78ff8525f198b691f7cf2ae87204f30e88a /src/Data/Digest.hs
parenta31daa3545c0a8cb5f95e88d66cfcee55a7ee925 (diff)
Consolidate buffer-handling functions
Diffstat (limited to 'src/Data/Digest.hs')
-rw-r--r--src/Data/Digest.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Digest.hs b/src/Data/Digest.hs
index 2faf66e..336b38d 100644
--- a/src/Data/Digest.hs
+++ b/src/Data/Digest.hs
@@ -27,7 +27,7 @@ import Foreign.Marshal.Unsafe (unsafeLocalState)
import BTLS.BoringSSL.Base
import BTLS.BoringSSL.Digest
-import BTLS.BoringSSLPatterns (onBufferOfMaxSize)
+import BTLS.Buffer (onBufferOfMaxSize)
import BTLS.Types (Algorithm(Algorithm), Digest(Digest))
type LazyByteString = ByteString.Lazy.ByteString