summaryrefslogtreecommitdiff
path: root/core/net_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/net_crypto.h')
-rw-r--r--core/net_crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/net_crypto.h b/core/net_crypto.h
index 887b432b..7b9e9b97 100644
--- a/core/net_crypto.h
+++ b/core/net_crypto.h
@@ -73,8 +73,6 @@ typedef struct {
73 73
74#include "DHT.h" 74#include "DHT.h"
75 75
76Net_Crypto * temp_net_crypto; //TODO: remove this
77
78#define ENCRYPTION_PADDING (crypto_box_ZEROBYTES - crypto_box_BOXZEROBYTES) 76#define ENCRYPTION_PADDING (crypto_box_ZEROBYTES - crypto_box_BOXZEROBYTES)
79 77
80/* returns zero if the buffer contains only zeros */ 78/* returns zero if the buffer contains only zeros */