diff options
Diffstat (limited to 'core/net_crypto.h')
-rw-r--r-- | core/net_crypto.h | 2 |
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 | ||
76 | Net_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 */ |