summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-07-09 00:50:54 -0400
committerjoe <joe@jerkface.net>2017-07-09 00:50:54 -0400
commit035e1ffb0a3b7dbed7af5b8e0c180b44f687a672 (patch)
tree582a3c9c8c564d0781486676dbd359de894dc6fa /bittorrent.cabal
parent8fe93b8e1d1d968bdf0b8a35335b060d92a9d7d7 (diff)
Initialize Tox secret key.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 498a29df..835125a5 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -114,6 +114,7 @@ library
114 Crypto.Internal.Compat 114 Crypto.Internal.Compat
115 Crypto.Internal.DeepSeq 115 Crypto.Internal.DeepSeq
116 Crypto.Internal.Imports 116 Crypto.Internal.Imports
117 Crypto.PubKey.Curve25519
117 118
118 C-sources: cbits/cryptonite_xsalsa.c, cbits/cryptonite_salsa.c 119 C-sources: cbits/cryptonite_xsalsa.c, cbits/cryptonite_salsa.c
119 120