diff options
author | lloyd <[email protected]> | 2008-06-07 18:27:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-07 18:27:44 +0000 |
commit | f180b1a85275279785e145d11fc3a9077400f11b (patch) | |
tree | 163a432e78a453d2d3ee99de723cb403c5d05da8 /checks/check.cpp | |
parent | 0875f4f0d1f16814b784a4ac08f4d631890b3d6e (diff) |
Make the contents of Botan_types namespace be just using declarations,
instead of introducing new typedefs.
Diffstat (limited to 'checks/check.cpp')
-rw-r--r-- | checks/check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index f31c9d204..d76e91f0b 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -14,7 +14,7 @@ #include <botan/botan.h> #include <botan/mp_types.h> -using namespace Botan_types; +using namespace Botan; #include "getopt.h" |