Browse Source

include util.h to get SecureString definition.

0.8
Gavin Andresen 13 years ago
parent
commit
77f21f1583
  1. 1
      src/crypter.h

1
src/crypter.h

@ -4,6 +4,7 @@ @@ -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…
Cancel
Save