summaryrefslogtreecommitdiffstats
path: root/src/crypt/cryptengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypt/cryptengine.cpp')
-rw-r--r--src/crypt/cryptengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypt/cryptengine.cpp b/src/crypt/cryptengine.cpp
index 3e620a6..fcee6f2 100644
--- a/src/crypt/cryptengine.cpp
+++ b/src/crypt/cryptengine.cpp
@@ -114,8 +114,8 @@ void CryptEngine::oncipherSelected_triggered(int cipher)
}
else if( algorithm == "AES" )
{
-// delete m_cryptClass;
-// m_cryptClass = new CryptClassAES;
+ delete m_cryptClass;
+ m_cryptClass = new CryptAes;
qDebug("CryptEngine::oncipherSelected_triggered - AES");
}
else if( algorithm == "RSA" )