Fix broken link (GH #528)

This commit is contained in:
Jeffrey Walton 2017-11-05 05:25:06 -05:00
parent 3b43ce53ec
commit 9559517ce4
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

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