work on CPasswordDlg (still incomplete),

removed CChangeKeyDlg

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@55 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-03-15 15:03:45 +00:00
parent e0a2197b53
commit 416c7d70d3
15 changed files with 137 additions and 629 deletions

View File

@@ -17,4 +17,4 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
extern void getRandomBytes(void* buffer,int NumBlocks,int BlockSize,bool Strong=false);
extern void getRandomBytes(void* buffer,int NumBlocks,int BlockSize=1,bool Strong=false);