diff options
Diffstat (limited to 'storage/xtradb/include/log0crypt.h')
-rw-r--r-- | storage/xtradb/include/log0crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/log0crypt.h b/storage/xtradb/include/log0crypt.h index 8d5f8c61dd1..02cbf994e8d 100644 --- a/storage/xtradb/include/log0crypt.h +++ b/storage/xtradb/include/log0crypt.h @@ -15,7 +15,7 @@ Created 11/25/2013 Minli Zhu #define PURPOSE_BYTE_LEN MY_AES_BLOCK_SIZE - 1 #define PURPOSE_BYTE_OFFSET 0 -#define UNENCRYPTED_KEY_VER 0 +#define UNENCRYPTED_KEY_VER ENCRYPTION_KEY_VERSION_NOT_ENCRYPTED typedef int Crypt_result; |