aboutsummaryrefslogtreecommitdiff
path: root/btls.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-08-23 17:24:47 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-08-23 17:24:47 -0400
commitd1a85eb87934d348c9789aec59c751fa615ec363 (patch)
tree09c72e290df883c1e2d4c7ea2ccf0b1470668ca2 /btls.cabal
parent3be302655bc7e31805af4525d78beb6abfed9a5d (diff)
Clean up casts
Use unsigned char buffers more pervasively throughout the code. This removes most calls to `asCUCharBuf`, isolating `unsafeCoerce` further. By making some type signatures slightly more flexible, also eliminate most explicit integer conversions.
Diffstat (limited to 'btls.cabal')
-rw-r--r--btls.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/btls.cabal b/btls.cabal
index 3461300..5c9d68a 100644
--- a/btls.cabal
+++ b/btls.cabal
@@ -78,6 +78,7 @@ library
, BTLS.BoringSSL.Mem
, BTLS.BoringSSL.Rand
, BTLS.BoringSSLPatterns
+ , BTLS.Buffer
, BTLS.Cast
, BTLS.CreateWithFinalizer
, BTLS.Result