Skip to content

Commit 0c5cb7c

Browse files
FrankC01real-or-random
authored andcommitted
Expose generator in shared library
Was failing linking to `*.so` library
1 parent dbc49df commit 0c5cb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1_rangeproof.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef struct {
2828
/**
2929
* Static constant generator 'h' maintained for historical reasons.
3030
*/
31-
extern const secp256k1_generator *secp256k1_generator_h;
31+
SECP256K1_API extern const secp256k1_generator *secp256k1_generator_h;
3232

3333
/** Parse a 33-byte commitment into a commitment object.
3434
*

0 commit comments

Comments
 (0)