Fix missing Poly1305<AES> from Autools shared object on Solaris and Aarch64
parent
9559517ce4
commit
2e246b91d7
|
|
@ -262,6 +262,7 @@ void Poly1305_Base<T>::Restart()
|
||||||
m_idx = 0;
|
m_idx = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template class Poly1305_Base<AES>;
|
||||||
template class Poly1305<AES>;
|
template class Poly1305<AES>;
|
||||||
|
|
||||||
NAMESPACE_END
|
NAMESPACE_END
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue