summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eccrypto.h2
1 files changed, 1 insertions, 1 deletions
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
};