Fix missing Poly1305<AES> from Autools shared object on Solaris and Aarch64

This commit is contained in:
Jeffrey Walton 2017-11-05 07:18:30 -05:00
parent 9559517ce4
commit 2e246b91d7
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -262,6 +262,7 @@ void Poly1305_Base<T>::Restart()
m_idx = 0;
}
template class Poly1305_Base<AES>;
template class Poly1305<AES>;
NAMESPACE_END