aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-07 18:27:44 +0000
committerlloyd <[email protected]>2008-06-07 18:27:44 +0000
commitf180b1a85275279785e145d11fc3a9077400f11b (patch)
tree163a432e78a453d2d3ee99de723cb403c5d05da8 /checks/check.cpp
parent0875f4f0d1f16814b784a4ac08f4d631890b3d6e (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.cpp2
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"