summaryrefslogtreecommitdiff
path: root/core/net_crypto.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-03 16:10:17 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-03 16:10:17 -0700
commit6f0ae0dbb483f7cb11ed735eac235e3367ccb019 (patch)
tree17a533bb975e02b3d54f95538e987988e4a1a1bb /core/net_crypto.c
parent68317c8d51f0cf437e018a74a2108c95c38648a2 (diff)
parent158751cb2db8d2e11e38cbc926d0a979f8a8350a (diff)
Merge pull request #308 from jaekwon/bleh
various fixes for first time user
Diffstat (limited to 'core/net_crypto.c')
-rw-r--r--core/net_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/net_crypto.c b/core/net_crypto.c
index 3b5b67f4..561ba866 100644
--- a/core/net_crypto.c
+++ b/core/net_crypto.c
@@ -1,7 +1,7 @@
1/* net_crypto.c 1/* net_crypto.c
2 * 2 *
3 * Functions for the core network crypto. 3 * Functions for the core network crypto.
4 * See also: docs/Crypto.txt 4 * See also: http://wiki.tox.im/index.php/DHT
5 * 5 *
6 * NOTE: This code has to be perfect. We don't mess around with encryption. 6 * NOTE: This code has to be perfect. We don't mess around with encryption.
7 * 7 *