aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/def_engine/lookup_mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/def_engine/lookup_mac.cpp')
-rw-r--r--src/engine/def_engine/lookup_mac.cpp16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/engine/def_engine/lookup_mac.cpp b/src/engine/def_engine/lookup_mac.cpp
index 35f17e134..3fef12b59 100644
--- a/src/engine/def_engine/lookup_mac.cpp
+++ b/src/engine/def_engine/lookup_mac.cpp
@@ -1,7 +1,9 @@
-/*************************************************
-* MAC Lookup *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* MAC Lookup
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#include <botan/def_eng.h>
#include <botan/scan_name.h>
@@ -29,9 +31,9 @@
namespace Botan {
-/*************************************************
-* Look for an algorithm with this name *
-*************************************************/
+/*
+* Look for an algorithm with this name
+*/
MessageAuthenticationCode*
Default_Engine::find_mac(const SCAN_Name& request,
Algorithm_Factory& af) const