summaryrefslogtreecommitdiffstats
path: root/src/crypt/cryptengine.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-27 15:07:29 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-27 15:07:29 +0200
commit672ebc3868997c44b83f7afe59e9b4d876135247 (patch)
treef2a7a48dc1ff6c85e417767bfd237be331897423 /src/crypt/cryptengine.h
parent220702c05e5c67817e5ba45765fd75ead8e92bb3 (diff)
downloadIT-Sicherheit-672ebc3868997c44b83f7afe59e9b4d876135247.tar.gz
IT-Sicherheit-672ebc3868997c44b83f7afe59e9b4d876135247.zip
Add an AES implementation with openssl evp
Diffstat (limited to 'src/crypt/cryptengine.h')
-rw-r--r--src/crypt/cryptengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypt/cryptengine.h b/src/crypt/cryptengine.h
index df91599..50f91a1 100644
--- a/src/crypt/cryptengine.h
+++ b/src/crypt/cryptengine.h
@@ -9,7 +9,7 @@
#include "cryptclasscaesar.h"
#include "cryptclassrc4.h"
//#include "cryptclasscube.h"
-//#include "cryptclassaes.h"
+#include "cryptaes.h"
//#include "cryptclassrsa.h"
//#include "cryptclassecc.h"