diff options
Diffstat (limited to 'src/auth.c')
| -rw-r--r-- | src/auth.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,9 +1,7 @@ #include "netcosm.h" #define SALT_LEN 12 - #define ALGO GCRY_MD_SHA512 - #define HASH_ITERS 500000 static bool valid_login_name(const char *name); |