59namespace Weak {using namespace Weak1;} // import Weak1 into CryptoPP::Weak
60#else
61using namespace Weak1; // import Weak1 into CryptoPP with warning
62#ifdef __GNUC__
63#warning "You may be using a weak algorithm that has been retained for backwards compatibility. Please '#define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1' before including this .h file and prepend the class name with 'Weak::' to remove this warning."
64#else
65#pragma message("You may be using a weak algorithm that has been retained for backwards compatibility. Please '#define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1' before including this .h file and prepend the class name with 'Weak::' to remove this warning.")
66#endif
67#endif
68
69 NAMESPACE_END
70
71#endif
Generated on Thu Jul 19 2012 06:33:20 for Crypto++ by 1.8.1.1