aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/openpgp/openpgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/openpgp/openpgp.h')
-rw-r--r--src/codec/openpgp/openpgp.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/codec/openpgp/openpgp.h b/src/codec/openpgp/openpgp.h
index 1a078a630..890fcf0e3 100644
--- a/src/codec/openpgp/openpgp.h
+++ b/src/codec/openpgp/openpgp.h
@@ -1,7 +1,9 @@
-/*************************************************
-* OpenPGP Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* OpenPGP
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_OPENPGP_H__
#define BOTAN_OPENPGP_H__
@@ -14,9 +16,9 @@ namespace Botan {
namespace OpenPGP {
-/*************************************************
-* OpenPGP Base64 encoding/decoding *
-*************************************************/
+/*
+* OpenPGP Base64 encoding/decoding
+*/
BOTAN_DLL std::string encode(const byte[], u32bit, const std::string&,
const std::map<std::string, std::string>&);
BOTAN_DLL SecureVector<byte> decode(DataSource&, std::string&,