summaryrefslogtreecommitdiffstats
path: root/src/crypt/cryptengine.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-05 14:14:46 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-05 14:14:46 +0200
commita2737677508333c18253730b46b6c368e4743eac (patch)
tree7f138914c21784674777a42fd4a1116cf3ed2b01 /src/crypt/cryptengine.h
parentbe846db403c29c77bfb72633d87a7c72a48562b6 (diff)
downloadIT-Sicherheit-a2737677508333c18253730b46b6c368e4743eac.tar.gz
IT-Sicherheit-a2737677508333c18253730b46b6c368e4743eac.zip
Add RC4 encryption from OpenSSL
Diffstat (limited to 'src/crypt/cryptengine.h')
-rw-r--r--src/crypt/cryptengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypt/cryptengine.h b/src/crypt/cryptengine.h
index 2574fb3..df91599 100644
--- a/src/crypt/cryptengine.h
+++ b/src/crypt/cryptengine.h
@@ -7,6 +7,7 @@
#include "cryptclassbase.h"
#include "cryptclassnullcipher.h"
#include "cryptclasscaesar.h"
+#include "cryptclassrc4.h"
//#include "cryptclasscube.h"
//#include "cryptclassaes.h"
//#include "cryptclassrsa.h"