aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/mac/mac.h')
-rw-r--r--src/lib/mac/mac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/mac/mac.h b/src/lib/mac/mac.h
index e472e4d0b..2ee971b90 100644
--- a/src/lib/mac/mac.h
+++ b/src/lib/mac/mac.h
@@ -10,6 +10,7 @@
#include <botan/buf_comp.h>
#include <botan/sym_algo.h>
+#include <botan/scan_name.h>
#include <string>
namespace Botan {
@@ -39,6 +40,8 @@ class BOTAN_DLL MessageAuthenticationCode : public Buffered_Computation,
* @return name of this algorithm
*/
virtual std::string name() const = 0;
+
+ typedef SCAN_Name Spec;
};
}