remove dependency on serialize.h and util.h for SecureString

This commit is contained in:
Wladimir J. van der Laan
2012-03-24 20:07:01 +01:00
parent f0b5e9e116
commit 6cb6d62347
6 changed files with 125 additions and 117 deletions

View File

@@ -4,7 +4,7 @@
#ifndef __CRYPTER_H__
#define __CRYPTER_H__
#include "util.h" /* for SecureString */
#include "allocators.h" /* for SecureString */
#include "key.h"
const unsigned int WALLET_CRYPTO_KEY_SIZE = 32;