From a89df27c0f7ded0a673dc84ce0b0e24c6d05e0d0 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 18 Jul 2003 04:35:30 +0000 Subject: misc changes git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@103 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- rsa.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'rsa.cpp') diff --git a/rsa.cpp b/rsa.cpp index 1e00a6c..eb68a67 100644 --- a/rsa.cpp +++ b/rsa.cpp @@ -12,11 +12,7 @@ #if !defined(NDEBUG) && !defined(CRYPTOPP_IS_DLL) #include "pssr.h" -#endif - NAMESPACE_BEGIN(CryptoPP) - -#if !defined(NDEBUG) && !defined(CRYPTOPP_IS_DLL) void RSA_TestInstantiations() { RSASS::Verifier x1(1, 1); @@ -37,10 +33,13 @@ void RSA_TestInstantiations() x4 = x2.GetKey(); } +NAMESPACE_END #endif #ifndef CRYPTOPP_IMPORTS +NAMESPACE_BEGIN(CryptoPP) + OID RSAFunction::GetAlgorithmID() const { return ASN1::rsaEncryption(); @@ -276,6 +275,6 @@ void InvertibleRSAFunction::AssignFrom(const NameValuePairs &source) ; } -#endif - NAMESPACE_END + +#endif -- cgit v1.2.1