summaryrefslogtreecommitdiff
path: root/md5.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-05-04 15:10:50 +0000
committerweidai <weidai11@users.noreply.github.com>2007-05-04 15:10:50 +0000
commit5ee13b48aacba73bd46eb3ce6bdc1328c709cdbc (patch)
treef27ba515a537694e503655577430ff6ce5d283f9 /md5.cpp
parentafa89ae9818c260d4c2149731c6972cee1a01bed (diff)
downloadcryptopp-git-5ee13b48aacba73bd46eb3ce6bdc1328c709cdbc.tar.gz
use Weak1 namespace
Diffstat (limited to 'md5.cpp')
-rw-r--r--md5.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/md5.cpp b/md5.cpp
index 839d0191..a5229781 100644
--- a/md5.cpp
+++ b/md5.cpp
@@ -2,12 +2,12 @@
// any modifications are placed in the public domain
#include "pch.h"
-#define CRYPTOPP_ENABLE_NAMESPACE_WEAK
+#define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1
#include "md5.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
-namespace Weak {
+namespace Weak1 {
void MD5_TestInstantiations()
{