aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-03-05 04:28:24 +0000
committerlloyd <[email protected]>2015-03-05 04:28:24 +0000
commit0c28ab5f95b444649fdaa417dd680ab28a6e7c85 (patch)
treef3da82aed7603f46feaa5444c2704b8515a39912 /src/lib/mac
parent2591a2cd863696b91128ff4a8461bb96d497e7b4 (diff)
In Algo_Registry if a maker func fails, try the next most preferred one
instead of bailing out immediately. Rename the 'builtin' provider to 'base' since really they are all built in. Fix MARK-4 when OpenSSL was enabled - it did not respect the skip param.
Diffstat (limited to 'src/lib/mac')
-rw-r--r--src/lib/mac/siphash/siphash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/mac/siphash/siphash.cpp b/src/lib/mac/siphash/siphash.cpp
index 3fafb35a9..f8ed28a84 100644
--- a/src/lib/mac/siphash/siphash.cpp
+++ b/src/lib/mac/siphash/siphash.cpp
@@ -10,7 +10,7 @@
namespace Botan {
-BOTAN_REGISTER_NAMED_T_2LEN(MessageAuthenticationCode, SipHash, "SipHash", "builtin", 2, 4);
+BOTAN_REGISTER_NAMED_T_2LEN(MessageAuthenticationCode, SipHash, "SipHash", "base", 2, 4);
namespace {