summaryrefslogtreecommitdiffstats
path: root/IT-Sicherheit_SS2015_BaseProject.pro
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-06-10 10:07:38 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-06-10 10:07:38 +0200
commit74bdec2ff94eec373eb358c00437d55fe44c9238 (patch)
treef2a7a48dc1ff6c85e417767bfd237be331897423 /IT-Sicherheit_SS2015_BaseProject.pro
parent9d7c264a6579cddcad12f9185475af89a9a59b41 (diff)
downloadIT-Sicherheit-74bdec2ff94eec373eb358c00437d55fe44c9238.tar.gz
IT-Sicherheit-74bdec2ff94eec373eb358c00437d55fe44c9238.zip
Revert "Add CBigInt skeleton"
This reverts commit 9d7c264a6579cddcad12f9185475af89a9a59b41.
Diffstat (limited to 'IT-Sicherheit_SS2015_BaseProject.pro')
-rw-r--r--IT-Sicherheit_SS2015_BaseProject.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/IT-Sicherheit_SS2015_BaseProject.pro b/IT-Sicherheit_SS2015_BaseProject.pro
index 22e03ed..2fbf22f 100644
--- a/IT-Sicherheit_SS2015_BaseProject.pro
+++ b/IT-Sicherheit_SS2015_BaseProject.pro
@@ -31,7 +31,6 @@ SOURCES += src/main.cpp \
src/crypt/cryptrc4.cpp \
src/crypt/cryptclassevp.cpp \
src/crypt/cryptaes.cpp
- src/crypt/cbigint.cpp
HEADERS += src/mainwindow.h \
src/tabwidgetselectalgorithm.h \
@@ -50,7 +49,6 @@ HEADERS += src/mainwindow.h \
src/crypt/cryptrc4.h \
src/crypt/cryptclassevp.h \
src/crypt/cryptaes.h
- src/crypt/cbigint.h
FORMS += src/forms/mainwindow.ui \
src/forms/tabsymmetric.ui \