From c8c8cc517dae089c1241890133837339a716f225 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 10 Dec 2014 19:24:39 +0100 Subject: Linux/MacOSX: Implement generating more than one keyfile, specifying the size of the generated keyfiles and letting VeraCrypt choose random size values. --- src/Main/Forms/KeyfileGeneratorDialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Main/Forms/KeyfileGeneratorDialog.h') 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; -- cgit v1.2.3