summaryrefslogtreecommitdiff
path: root/wmscrypt.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-01-01 22:05:42 +0100
committerJavier <dev.git@javispedro.com>2016-01-01 22:05:42 +0100
commita45977185a485624095bff1a15024e9199eee676 (patch)
tree6cc57d085bdd01e493477c870dbe0548137998e1 /wmscrypt.h
parenta24034bdfea259cdc09c74217be75d4f9de0dce5 (diff)
downloadsapd-a45977185a485624095bff1a15024e9199eee676.tar.gz
sapd-a45977185a485624095bff1a15024e9199eee676.zip
reorganize source files into SAP and agents
Diffstat (limited to 'wmscrypt.h')
-rw-r--r--wmscrypt.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/wmscrypt.h b/wmscrypt.h
deleted file mode 100644
index c7271cb..0000000
--- a/wmscrypt.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef WMSCRYPT_H
-#define WMSCRYPT_H
-
-#include <QtCore/QtGlobal>
-
-namespace wms
-{
-
-void decrypt_block(quint8 *dst, const quint8 *src);
-void decrypt_block_cbc(quint8 *dst, const quint8 *src, int len, const quint8 *iv);
-
-}
-
-
-#endif // WMSCRYPT_H