diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-08 10:59:22 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-08 10:59:22 -0400 |
commit | a3a0fb57cb8804d619e04cfc22f8154db067fa25 (patch) | |
tree | 1901758073d2b96f8fb007a2c53f9269eed4a188 /core/DHT.h | |
parent | e8ee3c0cd31f70593b65cec7fe411e07aceb3725 (diff) |
Moved a define and fixed another.
Diffstat (limited to 'core/DHT.h')
-rw-r--r-- | core/DHT.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -30,8 +30,6 @@ | |||
30 | extern "C" { | 30 | extern "C" { |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | /* Current time, unix format */ | ||
34 | #define unix_time() ((uint64_t)time(NULL)) | ||
35 | 33 | ||
36 | /* size of the client_id in bytes */ | 34 | /* size of the client_id in bytes */ |
37 | #define CLIENT_ID_SIZE crypto_box_PUBLICKEYBYTES | 35 | #define CLIENT_ID_SIZE crypto_box_PUBLICKEYBYTES |