From 344a56010938c28225c3d145d5191c8fb8234288 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 18 Jan 2016 14:59:35 -0500 Subject: fix a synchronization bug, better word wrapping, and pretty telnet --- src/auth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auth.h') diff --git a/src/auth.h b/src/auth.h index 578f6d8..b77a711 100644 --- a/src/auth.h +++ b/src/auth.h @@ -23,8 +23,8 @@ #define SALT_LEN 12 #define ALGO GCRY_MD_SHA512 #define AUTH_HASHLEN (512/8) -//#define HASH_ITERS 500000 -#define HASH_ITERS 1 +#define HASH_ITERS 500000 +//#define HASH_ITERS 1 struct authinfo_t { bool success; -- cgit v1.1