summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-12-14 01:58:02 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-12-14 01:58:02 +0100
commit185ce3c139ba7c2a0ed779f158ea6b3dc3512720 (patch)
tree932e7f5252cf0428bc2f6c44ba9cb31ded671212 /lasso
parent355df68dfed94e21726cf5ef7b0747623dbdcf4a (diff)
downloadlasso-185ce3c139ba7c2a0ed779f158ea6b3dc3512720.tar.gz
lasso-185ce3c139ba7c2a0ed779f158ea6b3dc3512720.tar.xz
lasso-185ce3c139ba7c2a0ed779f158ea6b3dc3512720.zip
Merge with new field in custome element
Diffstat (limited to 'lasso')
-rw-r--r--lasso/xml/xml_enc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/xml/xml_enc.h b/lasso/xml/xml_enc.h
index c00c104d..2a8b98da 100644
--- a/lasso/xml/xml_enc.h
+++ b/lasso/xml/xml_enc.h
@@ -46,7 +46,8 @@ typedef enum {
LASSO_ENCRYPTION_SYM_KEY_TYPE_DEFAULT,
LASSO_ENCRYPTION_SYM_KEY_TYPE_AES_256,
LASSO_ENCRYPTION_SYM_KEY_TYPE_AES_128,
- LASSO_ENCRYPTION_SYM_KEY_TYPE_3DES
+ LASSO_ENCRYPTION_SYM_KEY_TYPE_3DES,
+ LASSO_ENCRYTPION_SYM_KEY_TYPE_LAST
} LassoEncryptionSymKeyType;
#ifdef __cplusplus