mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 03:54:31 +00:00
don't create qca objects between initializer and qapp construction
svn path=/trunk/kdesupport/qca/; revision=800340
This commit is contained in:
parent
0222c7c85d
commit
88bf25535d
@ -186,10 +186,10 @@ int main(int argc, char **argv)
|
||||
// also does cleanup when it goes out of scope
|
||||
QCA::Initializer init;
|
||||
|
||||
QCA::SecureArray password, salt;
|
||||
|
||||
QCoreApplication app ( argc, argv );
|
||||
|
||||
QCA::SecureArray password, salt;
|
||||
|
||||
if ( argc < 3 )
|
||||
{
|
||||
printf ( "Usage: %s password salt (salt without $1$)\n" , argv[0] );
|
||||
|
Loading…
x
Reference in New Issue
Block a user