include util.h to get SecureString definition.
This commit is contained in:
parent
9e470585b3
commit
77f21f1583
@ -4,6 +4,7 @@
|
||||
#ifndef __CRYPTER_H__
|
||||
#define __CRYPTER_H__
|
||||
|
||||
#include "util.h" /* for SecureString */
|
||||
#include "key.h"
|
||||
|
||||
const unsigned int WALLET_CRYPTO_KEY_SIZE = 32;
|
||||
|
Loading…
Reference in New Issue
Block a user