QT3 -> QT4
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@5 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <iostream.h>
|
||||
#include "random.h"
|
||||
|
||||
UINT8 SecString::Key[32]={0};
|
||||
Q_UINT8 SecString::Key[32]={0};
|
||||
|
||||
SecString::SecString(){
|
||||
data=NULL;
|
||||
@@ -102,4 +102,4 @@ return len;
|
||||
|
||||
void SecString::generateSessionKey(){
|
||||
getRandomBytes(Key,32,1,false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user