diff options
Diffstat (limited to 'src/common/Cryptography/SHA1.h')
-rw-r--r-- | src/common/Cryptography/SHA1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Cryptography/SHA1.h b/src/common/Cryptography/SHA1.h index 944350265f4..f943e1d2de8 100644 --- a/src/common/Cryptography/SHA1.h +++ b/src/common/Cryptography/SHA1.h @@ -26,7 +26,7 @@ class BigNumber; -class SHA1Hash +class TC_COMMON_API SHA1Hash { public: typedef std::integral_constant<uint32, SHA_DIGEST_LENGTH> DigestLength; |