From a02d43eadfb396d5b593c75b91280d519762816a Mon Sep 17 00:00:00 2001 From: noloader Date: Sat, 27 Jun 2015 23:58:07 +0000 Subject: Changed m_compress and m_encodeAsOID to mutable. They are presentation details, and passing a const-key or const-params means they cannot be changed when writing the material git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@546 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- eccrypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eccrypto.h') diff --git a/eccrypto.h b/eccrypto.h index 3530455..9261296 100644 --- a/eccrypto.h +++ b/eccrypto.h @@ -133,7 +133,7 @@ protected: OID m_oid; // set if parameters loaded from a recommended curve Integer m_n; // order of base point - bool m_compress, m_encodeAsOID; + mutable bool m_compress, m_encodeAsOID; mutable Integer m_k; // cofactor }; -- cgit v1.2.1