Skip to content

Commit cc3141a

Browse files
committed
Merge pull request bitcoin#325
338fc8b Add API exports to secp256k1_nonce_function_default and secp256k1_nonce_function_rfc6979. (Gregory Maxwell)
2 parents ee58fae + 338fc8b commit cc3141a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/secp256k1.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ecdsa_verify(
326326
* If a data pointer is passed, it is assumed to be a pointer to 32 bytes of
327327
* extra entropy.
328328
*/
329-
extern const secp256k1_nonce_function secp256k1_nonce_function_rfc6979;
329+
SECP256K1_API extern const secp256k1_nonce_function secp256k1_nonce_function_rfc6979;
330330

331331
/** A default safe nonce generation function (currently equal to secp256k1_nonce_function_rfc6979). */
332-
extern const secp256k1_nonce_function secp256k1_nonce_function_default;
332+
SECP256K1_API extern const secp256k1_nonce_function secp256k1_nonce_function_default;
333333

334334
/** Create an ECDSA signature.
335335
*

0 commit comments

Comments
 (0)