aboutsummaryrefslogtreecommitdiff
path: root/src/userdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userdb.h')
-rw-r--r--src/userdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userdb.h b/src/userdb.h
index c4705a9..2f122a9 100644
--- a/src/userdb.h
+++ b/src/userdb.h
@@ -30,7 +30,7 @@ struct userdata_t {
char salt[SALT_LEN + 1];
- /* in hex + NULL terminator */
+ /* in lowercase hex + NULL terminator */
char passhash[AUTH_HASHLEN * 2 + 1];
priv_t priv;