Getting rid of OPTS_TYPE_HASH_COPY for Ansible Vault

This commit is contained in:
Michael Sprecher
2018-08-15 23:32:58 +02:00
parent 858e73a388
commit 5536ab9917
4 changed files with 51 additions and 9 deletions

View File

@@ -533,6 +533,8 @@ typedef struct electrum_wallet
typedef struct ansible_vault
{
u32 cipher;
u32 version;
u32 ct_data_buf[4096];
u32 ct_data_len;
} ansible_vault_t;