From 78f88e5d1d269ad537cf97b0ecea75a1f8a8e3e5 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 16 Apr 2007 00:16:32 +0000 Subject: fix compile with ICC --- elgamal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elgamal.h') diff --git a/elgamal.h b/elgamal.h index ef778eaa..9afc30ee 100644 --- a/elgamal.h +++ b/elgamal.h @@ -78,7 +78,7 @@ template class ElGamalObjectImpl : public DL_ObjectImplBase, public ElGamalBase { public: - size_t FixedMaxPlaintextLength() const {return MaxPlaintextLength(FixedCiphertextLength());} + size_t FixedMaxPlaintextLength() const {return this->MaxPlaintextLength(FixedCiphertextLength());} size_t FixedCiphertextLength() const {return this->CiphertextLength(0);} const DL_GroupParameters_GFP & GetGroupParameters() const {return this->GetKey().GetGroupParameters();} -- cgit v1.2.1