aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/pem/pem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/pem/pem.h')
-rw-r--r--src/codec/pem/pem.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/codec/pem/pem.h b/src/codec/pem/pem.h
index e9f14ddc2..9fe8acb87 100644
--- a/src/codec/pem/pem.h
+++ b/src/codec/pem/pem.h
@@ -1,7 +1,9 @@
-/*************************************************
-* PEM Encoding/Decoding Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* PEM Encoding/Decoding
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_PEM_H__
#define BOTAN_PEM_H__
@@ -12,9 +14,9 @@ namespace Botan {
namespace PEM_Code {
-/*************************************************
-* PEM Encoding/Decoding *
-*************************************************/
+/*
+* PEM Encoding/Decoding
+*/
BOTAN_DLL std::string encode(const byte[], u32bit,
const std::string&, u32bit = 64);
BOTAN_DLL std::string encode(const MemoryRegion<byte>&,