summaryrefslogtreecommitdiff
path: root/regtest2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'regtest2.cpp')
-rw-r--r--regtest2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/regtest2.cpp b/regtest2.cpp
index 57984c27..84a3f1d0 100644
--- a/regtest2.cpp
+++ b/regtest2.cpp
@@ -72,6 +72,7 @@ void RegisterFactories2()
RegisterDefaultFactoryFor<MessageAuthenticationCode, CMAC<AES> >();
RegisterDefaultFactoryFor<MessageAuthenticationCode, DMAC<AES> >();
RegisterDefaultFactoryFor<MessageAuthenticationCode, Poly1305<AES> >();
+ RegisterDefaultFactoryFor<MessageAuthenticationCode, Poly1305TLS>();
RegisterDefaultFactoryFor<MessageAuthenticationCode, CMAC<DES_EDE3> >();
RegisterDefaultFactoryFor<MessageAuthenticationCode, BLAKE2s>();
RegisterDefaultFactoryFor<MessageAuthenticationCode, BLAKE2b>();