aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auth.c b/src/auth.c
index dcc89d8..03f0ad3 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -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);