diff options
author | lloyd <[email protected]> | 2009-12-02 22:11:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-02 22:11:28 +0000 |
commit | f63359f348d347bebee036b11d0c9641ee3d56d6 (patch) | |
tree | a6a270d7e0d2fcbef7224796c4019a3fff2a0da4 /src/block | |
parent | f52637d5e6b3ae820130b0053091e8fd4da74a02 (diff) |
Add missing header guards to package.h and botan.h
Change serp_simd_sbox.h's header guard to use the leading BOTAN_ prefix for
proper macro namespacing.
Diffstat (limited to 'src/block')
-rw-r--r-- | src/block/serpent_simd/serp_simd_sbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/block/serpent_simd/serp_simd_sbox.h b/src/block/serpent_simd/serp_simd_sbox.h index fe70f0063..71eca19e5 100644 --- a/src/block/serpent_simd/serp_simd_sbox.h +++ b/src/block/serpent_simd/serp_simd_sbox.h @@ -5,8 +5,8 @@ * Distributed under the terms of the Botan license */ -#ifndef SERPENT_SIMD_SBOXES_H__ -#define SERPENT_SIMD_SBOXES_H__ +#ifndef BOTAN_SERPENT_SIMD_SBOXES_H__ +#define BOTAN_SERPENT_SIMD_SBOXES_H__ #define SBoxE1(B0, B1, B2, B3) \ do { \ |