summaryrefslogtreecommitdiff
path: root/md2.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-04 15:10:50 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-04 15:10:50 +0000
commitd5c2286093d51a7cd8e4f2e1448473b5545001ea (patch)
treef27ba515a537694e503655577430ff6ce5d283f9 /md2.cpp
parentca5713f67f7152d1054c0d6f75c9851f7b01f73c (diff)
downloadcryptopp-d5c2286093d51a7cd8e4f2e1448473b5545001ea.tar.gz
use Weak1 namespace
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@330 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'md2.cpp')
-rw-r--r--md2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/md2.cpp b/md2.cpp
index 9e07712..41f714b 100644
--- a/md2.cpp
+++ b/md2.cpp
@@ -15,11 +15,11 @@
*/
#include "pch.h"
-#define CRYPTOPP_ENABLE_NAMESPACE_WEAK
+#define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1
#include "md2.h"
NAMESPACE_BEGIN(CryptoPP)
-namespace Weak {
+namespace Weak1 {
MD2::MD2()
: m_X(48), m_C(16), m_buf(16)