VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/KeyfileGeneratorDialog.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-10 19:24:39 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-11 18:31:38 +0100
commitc8c8cc517dae089c1241890133837339a716f225 (patch)
treeed33acfa3d4de2fa33879c0aeee460acc51f5bea /src/Main/Forms/KeyfileGeneratorDialog.h
parente6730069695d1206a3650af7ffcc787910e9d1c2 (diff)
downloadVeraCrypt-c8c8cc517dae089c1241890133837339a716f225.tar.gz
VeraCrypt-c8c8cc517dae089c1241890133837339a716f225.zip
Linux/MacOSX: Implement generating more than one keyfile, specifying the size of the generated keyfiles and letting VeraCrypt choose random size values.
Diffstat (limited to 'src/Main/Forms/KeyfileGeneratorDialog.h')
-rw-r--r--src/Main/Forms/KeyfileGeneratorDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Forms/KeyfileGeneratorDialog.h b/src/Main/Forms/KeyfileGeneratorDialog.h
index 4f184909..1d73a687 100644
--- a/src/Main/Forms/KeyfileGeneratorDialog.h
+++ b/src/Main/Forms/KeyfileGeneratorDialog.h
@@ -25,6 +25,7 @@ namespace VeraCrypt
void OnHashSelected (wxCommandEvent& event);
void OnMouseMotion (wxMouseEvent& event);
void OnShowRandomPoolCheckBoxClicked (wxCommandEvent& event);
+ void OnRandomSizeCheckBoxClicked( wxCommandEvent& event );
void ShowBytes (wxStaticText *textCtrl, const ConstBufferPtr &buffer, bool appendDots = true);
HashList Hashes;