From 9e4d75dae49a12568ca06135b1beb07ebf6def2d Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 16 Apr 2007 21:27:41 +0000 Subject: move ARC4 into Weak namespace git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@326 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- arc4.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arc4.cpp') diff --git a/arc4.cpp b/arc4.cpp index b78b756..0beeb24 100644 --- a/arc4.cpp +++ b/arc4.cpp @@ -7,9 +7,11 @@ // completely in the public domain. #include "pch.h" +#define CRYPTOPP_ENABLE_NAMESPACE_WEAK #include "arc4.h" NAMESPACE_BEGIN(CryptoPP) +namespace Weak { void ARC4_TestInstantiations() { @@ -113,4 +115,5 @@ void ARC4_Base::DiscardBytes(size_t length) m_y = y; } +} NAMESPACE_END -- cgit v1.2.1