diff --git a/tools/n2n-keygen.c b/tools/n2n-keygen.c index a734464..233256d 100644 --- a/tools/n2n-keygen.c +++ b/tools/n2n-keygen.c @@ -17,8 +17,11 @@ */ +#include // for uint8_t +#include // for fprintf, stdout, stderr +#include // for memset, strcmp #include "auth.h" // for bin_to_ascii, bind_private_key_to_username, gene... -#include "n2n.h" +#include "n2n.h" // for n2n_private_public_key_t, N2N_USER_KEY_LINE_STARTER int main(int argc, char * argv[]) {