Core/Common: Converted the common library to a shared library.

* There is still the possibility to static link against common.
This commit is contained in:
Naios
2016-03-22 19:58:32 +01:00
parent 183f970055
commit 501fd9b502
43 changed files with 148 additions and 122 deletions

View File

@@ -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>;