aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography/RSA.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Cryptography/RSA.h')
-rw-r--r--src/common/Cryptography/RSA.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Cryptography/RSA.h b/src/common/Cryptography/RSA.h
index 865acac2211..42849c03e4d 100644
--- a/src/common/Cryptography/RSA.h
+++ b/src/common/Cryptography/RSA.h
@@ -24,7 +24,7 @@ namespace Trinity
{
namespace Crypto
{
-class RSA
+class TC_COMMON_API RSA
{
public:
struct NoPadding : std::integral_constant<int32, RSA_NO_PADDING> {};