summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/digestcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/digestcontext.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/nss/digestcontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/digestcontext.hxx b/xmlsecurity/source/xmlsec/nss/digestcontext.hxx
index 7e20cd8d99d0..a8aafdefeec3 100644
--- a/xmlsecurity/source/xmlsec/nss/digestcontext.hxx
+++ b/xmlsecurity/source/xmlsec/nss/digestcontext.hxx
@@ -31,8 +31,8 @@ private:
::osl::Mutex m_aMutex;
PK11Context* m_pContext;
- sal_Int32 m_nDigestLength;
- bool m_b1KData;
+ sal_Int32 const m_nDigestLength;
+ bool const m_b1KData;
sal_Int32 m_nDigested;
bool m_bDisposed;