cleanups, make clang happy

This commit is contained in:
cathugger 2019-03-15 21:04:40 +00:00
parent 9ac54f6db3
commit 390e8ea9de
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
11 changed files with 44 additions and 34 deletions

View file

@ -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;