From 2c43c8505f12d744cd8d93c1ef692962bd8da849 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 18 Jul 2003 21:33:18 +0000 Subject: allow DLL to be built with VC++ .NET git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@104 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- pubkey.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'pubkey.h') diff --git a/pubkey.h b/pubkey.h index 1d3666f..272865f 100644 --- a/pubkey.h +++ b/pubkey.h @@ -639,9 +639,6 @@ public: const DL_FixedBasePrecomputation & GetBasePrecomputation() const {return m_gpc;} DL_FixedBasePrecomputation & AccessBasePrecomputation() {return m_gpc;} - bool operator==(const DL_GroupParametersImpl &rhs) const - {return m_groupPrecomputation.GetCurve() == rhs.m_groupPrecomputation.GetCurve() && m_gpc.GetBase(m_groupPrecomputation) == rhs.m_gpc.GetBase(rhs.m_groupPrecomputation);} - protected: GROUP_PRECOMP m_groupPrecomputation; BASE_PRECOMP m_gpc; -- cgit v1.2.1