Skip to content

Commit e62e0b9

Browse files
authored
Merge pull request #139 from jamesob/secp-fix
Fix secp256k1_context_randomize signature
2 parents c7d6d40 + 4b32fb1 commit e62e0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buidl/libsec.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ typedef struct secp256k1_context_struct secp256k1_context;
88
secp256k1_context* secp256k1_context_create(
99
unsigned int flags
1010
);
11-
secp256k1_context* secp256k1_context_randomize(
11+
int secp256k1_context_randomize(
1212
secp256k1_context* ctx,
1313
const unsigned char *seed32
1414
);

0 commit comments

Comments
 (0)