Skip to content

Commit 9f62cc0

Browse files
committed
Update secp256k1.h.patch
1 parent fb1c218 commit 9f62cc0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

secp256k1-zkp-sys/depend/secp256k1.h.patch

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
202,204d201
1+
226,228d225
22
< SECP256K1_API secp256k1_context* secp256k1_context_create(
33
< unsigned int flags
44
< ) SECP256K1_WARN_UNUSED_RESULT;
5-
215,217d211
5+
231,233d227
66
< SECP256K1_API secp256k1_context* secp256k1_context_clone(
77
< const secp256k1_context* ctx
88
< ) SECP256K1_ARG_NONNULL(1) SECP256K1_WARN_UNUSED_RESULT;
9-
232,234d225
9+
248,250d241
1010
< SECP256K1_API void secp256k1_context_destroy(
1111
< secp256k1_context* ctx
12-
< );
13-
311,314d301
12+
< ) SECP256K1_ARG_NONNULL(1);
13+
327,330d317
1414
< SECP256K1_API SECP256K1_WARN_UNUSED_RESULT secp256k1_scratch_space* secp256k1_scratch_space_create(
1515
< const secp256k1_context* ctx,
1616
< size_t size
1717
< ) SECP256K1_ARG_NONNULL(1);
18-
322,325d308
18+
338,341d324
1919
< SECP256K1_API void secp256k1_scratch_space_destroy(
2020
< const secp256k1_context* ctx,
2121
< secp256k1_scratch_space* scratch

0 commit comments

Comments
 (0)