mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-03-04 19:29:35 +00:00
Fix missing Poly1305<AES> from Autools shared object on Solaris and Aarch64
This commit is contained in:
parent
9559517ce4
commit
2e246b91d7
@ -262,6 +262,7 @@ void Poly1305_Base<T>::Restart()
|
||||
m_idx = 0;
|
||||
}
|
||||
|
||||
template class Poly1305_Base<AES>;
|
||||
template class Poly1305<AES>;
|
||||
|
||||
NAMESPACE_END
|
||||
|
Loading…
x
Reference in New Issue
Block a user