Skip to content

Commit

Permalink
include util.h to get SecureString definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinandresen committed Dec 20, 2011
1 parent 9e47058 commit 77f21f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77f21f1

Please sign in to comment.