Skip to content

Commit 93088c2

Browse files
committed
fix compilation
1 parent 1176e1e commit 93088c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/modules/bulletproofs/bulletproofs_pp_rangeproof_impl.h

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#include "group.h"
1212
#include "scalar.h"
13-
#include "secp256k1.h"
1413
#include "ecmult_const.h"
1514
#include "field.h"
1615
#include "include/secp256k1_bulletproofs.h"

src/modules/bulletproofs/bulletproofs_pp_transcript_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ static void secp256k1_bulletproofs_challenge_scalar(secp256k1_scalar* ch, const
6464
secp256k1_scalar_set_b32(ch, buf, NULL);
6565
}
6666

67-
#endif
67+
#endif

0 commit comments

Comments
 (0)