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, 1 insertions, 1 deletions
diff --git a/src/auth.c b/src/auth.c
index 539e133..b5f687a 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -4,7 +4,7 @@
#define ALGO GCRY_MD_SHA512
-#define HASH_ITERS 10
+#define HASH_ITERS 500000
static bool valid_login_name(const char *name);