aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-15 00:47:19 +0000
committerlloyd <[email protected]>2008-10-15 00:47:19 +0000
commit9df598812b4717945bd49749894c2f44de0bd915 (patch)
tree43aac3d4fe17fd4b34c8cbd46d20adb0f40b48cc
parenta087927012a2c4f40660c207dd8a29fa9cd537a0 (diff)
parent48d58895062f3b7d629ba03d2751db5964256815 (diff)
merge of '141433027ee455b8c8b2829f5233eb577039bd41'
and 'a70931899dfcc15fe8aa2ace40712717859afe50'
-rw-r--r--src/mac/x919_mac/x919_mac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mac/x919_mac/x919_mac.h b/src/mac/x919_mac/x919_mac.h
index 4909e554a..b10b3e709 100644
--- a/src/mac/x919_mac/x919_mac.h
+++ b/src/mac/x919_mac/x919_mac.h
@@ -10,9 +10,9 @@
namespace Botan {
-/*************************************************
-* ANSI X9.19 MAC *
-*************************************************/
+/**
+* DES/3DES-based MAC from ANSI X9.19
+*/
class BOTAN_DLL ANSI_X919_MAC : public MessageAuthenticationCode
{
public: