Merge with new field in custome element

This commit is contained in:
Benjamin Dauvergne 2010-12-14 01:58:02 +01:00
parent 355df68dfe
commit 185ce3c139
1 changed files with 2 additions and 1 deletions

View File

@ -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