summaryrefslogtreecommitdiffstats
path: root/IT-Sicherheit_SS2015_BaseProject.pro
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 /IT-Sicherheit_SS2015_BaseProject.pro
parent220702c05e5c67817e5ba45765fd75ead8e92bb3 (diff)
downloadIT-Sicherheit-672ebc3868997c44b83f7afe59e9b4d876135247.tar.gz
IT-Sicherheit-672ebc3868997c44b83f7afe59e9b4d876135247.zip
Add an AES implementation with openssl evp
Diffstat (limited to 'IT-Sicherheit_SS2015_BaseProject.pro')
-rw-r--r--IT-Sicherheit_SS2015_BaseProject.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/IT-Sicherheit_SS2015_BaseProject.pro b/IT-Sicherheit_SS2015_BaseProject.pro
index efbfe13..2fbf22f 100644
--- a/IT-Sicherheit_SS2015_BaseProject.pro
+++ b/IT-Sicherheit_SS2015_BaseProject.pro
@@ -29,7 +29,8 @@ SOURCES += src/main.cpp \
src/crypt/cryptclasscaesar.cpp \
src/crypt/cryptclassrc4.cpp \
src/crypt/cryptrc4.cpp \
- src/crypt/cryptclassevp.cpp
+ src/crypt/cryptclassevp.cpp \
+ src/crypt/cryptaes.cpp
HEADERS += src/mainwindow.h \
src/tabwidgetselectalgorithm.h \
@@ -46,7 +47,8 @@ HEADERS += src/mainwindow.h \
src/crypt/cryptclasscaesar.h \
src/crypt/cryptclassrc4.h \
src/crypt/cryptrc4.h \
- src/crypt/cryptclassevp.h
+ src/crypt/cryptclassevp.h \
+ src/crypt/cryptaes.h
FORMS += src/forms/mainwindow.ui \
src/forms/tabsymmetric.ui \