aboutsummaryrefslogtreecommitdiff
path: root/src/BTLS/BoringSSL/HMAC.chs
diff options
context:
space:
mode:
Diffstat (limited to 'src/BTLS/BoringSSL/HMAC.chs')
-rw-r--r--src/BTLS/BoringSSL/HMAC.chs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BTLS/BoringSSL/HMAC.chs b/src/BTLS/BoringSSL/HMAC.chs
index b708f85..ea9fd03 100644
--- a/src/BTLS/BoringSSL/HMAC.chs
+++ b/src/BTLS/BoringSSL/HMAC.chs
@@ -39,7 +39,7 @@ foreign import ccall "&HMAC_CTX_cleanup"
{#fun HMAC_Init_ex as hmacInitEx
{`Ptr HMACCtx', unsafeUseAsCBuffer* `ByteString'&, `Ptr EVPMD', `Ptr Engine'}
- -> `()' requireSuccess*-#}
+ -> `Int'#}
{#fun HMAC_Update as hmacUpdate
{`Ptr HMACCtx', unsafeUseAsCBuffer* `ByteString'&} -> `()' alwaysSucceeds*-#}