added unittest for symetric crypto

This commit is contained in:
TLINDEN
2014-01-22 23:29:28 +01:00
parent 1efff67d37
commit f09d4774cb
4 changed files with 20 additions and 3 deletions

View File

@@ -24,8 +24,8 @@
#define _HAVE_PCP_VERSION
#define PCP_VERSION_MAJOR 0
#define PCP_VERSION_MINOR 1
#define PCP_VERSION_PATCH 5
#define PCP_VERSION_MINOR 2
#define PCP_VERSION_PATCH 0
#define PCP_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))