We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ae9e5 commit 894c18fCopy full SHA for 894c18f
include/dpp/bignum.h
@@ -48,7 +48,7 @@ class DPP_EXPORT bignumber {
48
* @brief Forward declaration of structure which implements proper destructor for unique_ptr<openssl_bignum> as type is incomplete in header
49
* custom deleter defined where openssl_bignum is complete
50
*/
51
- struct bn_deleter {
+ struct DPP_EXPORT bn_deleter {
52
53
/**
54
* @brief Deletes an `openssl_bignum` instance.
0 commit comments