diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-05 18:35:36 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-05 18:35:36 +0000 |
commit | 58d2687c051d0fdfd8c3231862a18f1a50972c23 (patch) | |
tree | 118979681fb3ee69bf8dc90e7c295916bd1c4929 /plugins/Dbx_tree/encryption/HC256/src/Version.h | |
parent | a4043c72c431d7654b3756d3b5c897751cb8f4f6 (diff) |
Dbx_tree encryption modules moved to deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@7055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree/encryption/HC256/src/Version.h')
-rw-r--r-- | plugins/Dbx_tree/encryption/HC256/src/Version.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/Dbx_tree/encryption/HC256/src/Version.h b/plugins/Dbx_tree/encryption/HC256/src/Version.h deleted file mode 100644 index 6fc962491a..0000000000 --- a/plugins/Dbx_tree/encryption/HC256/src/Version.h +++ /dev/null @@ -1,11 +0,0 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
-
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-
-#define __PLUGIN_NAME "HC-256"
-#define __FILENAME "HC256.dll"
-#define __DESCRIPTION "Streamcipher - 512bit step, very fast."
-#define __COPYRIGHT "© 2005 Hongjun Wu"
|