[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/qca/examples/md5crypt
From:       Justin Karneges <infiniti () affinix ! com>
Date:       2008-04-23 22:50:41
Message-ID: 1208991041.964158.6106.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 800340 by infiniti:

don't create qca objects between initializer and qapp construction


 M  +2 -2      md5crypt.cpp  


--- trunk/kdesupport/qca/examples/md5crypt/md5crypt.cpp #800339:800340
@@ -186,10 +186,10 @@
     // also does cleanup when it goes out of scope
     QCA::Initializer init;
 
+    QCoreApplication app ( argc, argv );
+
     QCA::SecureArray password, salt;
 
-    QCoreApplication app ( argc, argv );
-
     if ( argc < 3 )
     {
         printf ( "Usage: %s password salt (salt without $1$)\n" , argv[0] );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic