don't do namespace hack

This commit is contained in:
Glenn Maynard
2006-02-03 19:58:38 +00:00
parent 61f5eeb5e5
commit 0cb1e5e337
43 changed files with 89 additions and 89 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
#include "misc.h"
#include "words.h"
NAMESPACE_BEGIN(CryptoPP)
namespace CryptoPP {
byte OAEP_P_DEFAULT[1];
@@ -80,4 +80,4 @@ unsigned long Crop(unsigned long value, unsigned int size)
return value;
}
NAMESPACE_END
}