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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libsylph/prefs_common.h') diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h index ef5bb9b..bc1d2f3 100644 --- a/libsylph/prefs_common.h +++ b/libsylph/prefs_common.h @@ -251,6 +251,7 @@ struct _PrefsCommon /* Master password */ gboolean use_master_password; + gchar *master_password_hash; /* Interface */ gboolean sep_folder; -- cgit v1.3