aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography/HmacHash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Cryptography/HmacHash.cpp')
-rw-r--r--src/common/Cryptography/HmacHash.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Cryptography/HmacHash.cpp b/src/common/Cryptography/HmacHash.cpp
index d9bb28d3e0b..bd50a2fc708 100644
--- a/src/common/Cryptography/HmacHash.cpp
+++ b/src/common/Cryptography/HmacHash.cpp
@@ -62,5 +62,5 @@ uint8* HmacHash<HashCreator, DigestLength>::ComputeHash(BigNumber* bn)
return _digest;
}
-template class HmacHash<EVP_sha1, SHA_DIGEST_LENGTH>;
-template class HmacHash<EVP_sha256, SHA256_DIGEST_LENGTH>;
+template class TC_COMMON_API HmacHash<EVP_sha1, SHA_DIGEST_LENGTH>;
+template class TC_COMMON_API HmacHash<EVP_sha256, SHA256_DIGEST_LENGTH>;