summaryrefslogtreecommitdiff
path: root/poly1305.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-05 05:25:06 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-05 05:25:06 -0500
commit9559517ce4e446e713395c718cf8f386418c8873 (patch)
tree7ea027eb13e9a47d16be9a8e26579956877ae5d9 /poly1305.cpp
parent3b43ce53ec9962b19da6716ccb37b6d38f467990 (diff)
downloadcryptopp-git-9559517ce4e446e713395c718cf8f386418c8873.tar.gz
Fix broken link (GH #528)
Diffstat (limited to 'poly1305.cpp')
-rw-r--r--poly1305.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/poly1305.cpp b/poly1305.cpp
index 3c23e010..6f778677 100644
--- a/poly1305.cpp
+++ b/poly1305.cpp
@@ -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