From 50ad277f9a7cbc3d2dc5b6b9ab80a49b88ea3d80 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 7 Mar 2018 09:20:45 +0100 Subject: Master password hash (read and write) implemented --- libsylph/prefs_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsylph/prefs_common.c') diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 1f1d3e2..6c20319 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -421,6 +421,8 @@ static PrefParam param[] = { /* Master password */ {"use_master_password", "FALSE", &prefs_common.use_master_password, P_BOOL}, + {"master_password_hash", NULL, &prefs_common.master_password_hash, + P_STRING}, /* Interface */ {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, -- cgit v1.3