diff options
author | Determinant <[email protected]> | 2018-07-16 05:00:14 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-16 05:00:14 -0400 |
commit | a7cfb274d651e858ab06eff5b28a6f77e0178cf1 (patch) | |
tree | 7d76e5b5be935ef63a47dd1ed43b391f9a7e513c /src/hotstuff_keygen.cpp | |
parent | aac40104573f8aabca86410cc08584acaaa74e26 (diff) |
move header files to include/hotstuff
Diffstat (limited to 'src/hotstuff_keygen.cpp')
-rw-r--r-- | src/hotstuff_keygen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hotstuff_keygen.cpp b/src/hotstuff_keygen.cpp index 7a7e615..100cb01 100644 --- a/src/hotstuff_keygen.cpp +++ b/src/hotstuff_keygen.cpp @@ -1,6 +1,6 @@ #include <error.h> #include "salticidae/util.h" -#include "crypto.h" +#include "hotstuff/crypto.h" using salticidae::Config; using hotstuff::privkey_bt; |