Fix apple linker problem
This commit is contained in:
parent
876129f05f
commit
2194ad1ce3
@ -205,10 +205,6 @@ namespace Leonetienne::GCrypt {
|
|||||||
std::array<T, 16> data;
|
std::array<T, 16> data;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Instantiate templates
|
|
||||||
template class Basic_Block<std::uint32_t>;
|
|
||||||
template class Basic_Block<std::uint16_t>;
|
|
||||||
|
|
||||||
//! This a full-sized 512-bit block
|
//! This a full-sized 512-bit block
|
||||||
typedef Basic_Block<std::uint32_t> Block;
|
typedef Basic_Block<std::uint32_t> Block;
|
||||||
|
|
||||||
|
@ -828,7 +828,11 @@ namespace Leonetienne::GCrypt {
|
|||||||
#pragma GCC pop_options
|
#pragma GCC pop_options
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Instantiate templates
|
||||||
|
template class Basic_Block<std::uint32_t>;
|
||||||
|
template class Basic_Block<std::uint16_t>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#undef MAT_INDEX
|
#undef MAT_INDEX
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user