Use ANONYMOUS_NAMESPACE_END

pull/709/head
Jeffrey Walton 2018-08-23 01:11:45 -04:00
parent 8c450a9f7a
commit 099883777d
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ inline ECP::Point FromMontgomery(const ModularArithmetic &mr, const ECP::Point &
return P.identity ? P : ECP::Point(mr.ConvertOut(P.x), mr.ConvertOut(P.y));
}
NAMESPACE_END
ANONYMOUS_NAMESPACE_END
NAMESPACE_BEGIN(CryptoPP)