Skip to content

Commit

Permalink
Fix secp256k1 testrand_impl
Browse files Browse the repository at this point in the history
  • Loading branch information
timemarkovqtum committed Aug 30, 2024
1 parent 7466a0f commit 8b387d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secp256k1/src/testrand_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <string.h>

#include "testrand.h"
"include/secp256k1_sha256.h"
#include "include/secp256k1_sha256.h"
#include "util.h"

static uint64_t secp256k1_test_state[4];
Expand Down

0 comments on commit 8b387d5

Please sign in to comment.