Expose generator in shared library

Was failing linking to `*.so` library
This commit is contained in:
Frank V. Castellucci 2018-07-25 13:30:11 -04:00 committed by GitHub
parent eca632d585
commit 6cd43f60bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ typedef struct {
/** /**
* Static constant generator 'h' maintained for historical reasons. * Static constant generator 'h' maintained for historical reasons.
*/ */
extern const secp256k1_generator *secp256k1_generator_h; SECP256K1_API extern const secp256k1_generator *secp256k1_generator_h;
/** Parse a 33-byte commitment into a commitment object. /** Parse a 33-byte commitment into a commitment object.
* *