diff options
| author | Pieter Wuille <[email protected]> | 2012-12-18 20:56:21 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-12-18 21:39:29 +0100 |
| commit | 0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1 (patch) | |
| tree | 31fa4ca99619503b79e454b5ab258bea3ab3b50a /src/key.h | |
| parent | Merge pull request #2112 from fanquake/typos (diff) | |
| download | discoin-0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1.tar.xz discoin-0fb9073edd49a39a64d7c7dbf6e6100a7259c0e1.zip | |
Split off hash.h from util.h
Diffstat (limited to 'src/key.h')
| -rw-r--r-- | src/key.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #include "allocators.h" #include "serialize.h" #include "uint256.h" -#include "util.h" +#include "hash.h" #include <openssl/ec.h> // for EC_KEY definition |