diff options
Diffstat (limited to 'src/codec/openpgp/openpgp.h')
-rw-r--r-- | src/codec/openpgp/openpgp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/codec/openpgp/openpgp.h b/src/codec/openpgp/openpgp.h index 890fcf0e3..7021d5675 100644 --- a/src/codec/openpgp/openpgp.h +++ b/src/codec/openpgp/openpgp.h @@ -1,12 +1,12 @@ /* -* OpenPGP +* OpenPGP Codec * (C) 1999-2007 Jack Lloyd * * Distributed under the terms of the Botan license */ -#ifndef BOTAN_OPENPGP_H__ -#define BOTAN_OPENPGP_H__ +#ifndef BOTAN_OPENPGP_CODEC_H__ +#define BOTAN_OPENPGP_CODEC_H__ #include <botan/data_src.h> #include <string> |