diff options
author | Never <[email protected]> | 2016-12-06 13:45:16 +0100 |
---|---|---|
committer | Never <[email protected]> | 2016-12-06 13:45:16 +0100 |
commit | 63a1c6cd6b40868a5234428830fee0d63fd51ba2 (patch) | |
tree | 7971b9f0e556b2273502515b2cd9f710b525f83e /src/lib/pk_pad/iso9796 | |
parent | 6e30c1bbe19a5e0ee99a302adfd0e1d0475a7392 (diff) |
ISO 9796: Change header guard format
Diffstat (limited to 'src/lib/pk_pad/iso9796')
-rw-r--r-- | src/lib/pk_pad/iso9796/iso9796.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pk_pad/iso9796/iso9796.h b/src/lib/pk_pad/iso9796/iso9796.h index 73c6d5236..da3fff055 100644 --- a/src/lib/pk_pad/iso9796/iso9796.h +++ b/src/lib/pk_pad/iso9796/iso9796.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef ISO9796_H -#define ISO9796_H +#ifndef BOTAN_ISO9796_H__ +#define BOTAN_ISO9796_H__ #include <botan/emsa.h> #include <botan/hash.h> |