mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-16 15:02:50 +00:00
cleanups, make clang happy
This commit is contained in:
parent
9ac54f6db3
commit
390e8ea9de
11 changed files with 44 additions and 34 deletions
2
common.h
2
common.h
|
@ -10,7 +10,7 @@
|
|||
#define FORMATTED_PUBLIC_LEN (PKPREFIX_SIZE + PUBLIC_LEN)
|
||||
#define FORMATTED_SECRET_LEN (SKPREFIX_SIZE + SECRET_LEN)
|
||||
|
||||
// full onion address, WITHOUT newline
|
||||
// full onion address, WITHOUT newline or terminating nil char
|
||||
#define ONION_LEN 62
|
||||
|
||||
extern pthread_mutex_t fout_mutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue