aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/x942_prf/prf_x942.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdf/x942_prf/prf_x942.h')
-rw-r--r--src/kdf/x942_prf/prf_x942.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/kdf/x942_prf/prf_x942.h b/src/kdf/x942_prf/prf_x942.h
index 3b5bb93c0..f957566b0 100644
--- a/src/kdf/x942_prf/prf_x942.h
+++ b/src/kdf/x942_prf/prf_x942.h
@@ -1,7 +1,9 @@
-/*************************************************
-* X9.42 PRF Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* X9.42 PRF
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_ANSI_X942_PRF_H__
#define BOTAN_ANSI_X942_PRF_H__
@@ -10,9 +12,9 @@
namespace Botan {
-/*************************************************
-* X9.42 PRF *
-*************************************************/
+/*
+* X9.42 PRF
+*/
class BOTAN_DLL X942_PRF : public KDF
{
public: