diff options
author | lloyd <[email protected]> | 2009-12-08 15:26:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-08 15:26:14 +0000 |
commit | 500392029c610b48695876a54cafb5585a75befb (patch) | |
tree | eb4b922f5d54ddb45349f74f78216f93b7c47704 /src/libstate | |
parent | d2ed3e0752b32db1377c498734c724e18af7c42b (diff) | |
parent | f63359f348d347bebee036b11d0c9641ee3d56d6 (diff) |
propagate from branch 'net.randombit.botan' (head 142a9359ba02d5dfcf3f2c9f99902f82ab41724e)
to branch 'net.randombit.botan.gost_3410' (head 064884e9c2fde8228effdd48e80fed78ff0c42cb)
Diffstat (limited to 'src/libstate')
-rw-r--r-- | src/libstate/botan.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libstate/botan.h b/src/libstate/botan.h index 3fa131216..a88edb59b 100644 --- a/src/libstate/botan.h +++ b/src/libstate/botan.h @@ -5,6 +5,9 @@ * Distributed under the terms of the Botan license */ +#ifndef BOTAN_BOTAN_H__ +#define BOTAN_BOTAN_H__ + #include <botan/init.h> #include <botan/lookup.h> #include <botan/libstate.h> @@ -16,3 +19,5 @@ #if defined(BOTAN_HAS_AUTO_SEEDING_RNG) #include <botan/auto_rng.h> #endif + +#endif |