summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-22 21:07:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-22 21:08:19 +0100
commita4df49725b142f1c779fd7f95c58acfa5654cd92 (patch)
tree0731961e583de3174137cfe1246af2298317236f /comphelper
parent4d12bbef79b26d2c371d3b968690b46717c31045 (diff)
fix --with-tls=openssl build
Change-Id: I10bab565a5a152755fbc38268559657b4ec539b2
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/hash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/hash.cxx b/comphelper/source/misc/hash.cxx
index 94607f4bfdb4..eaefd59003c3 100644
--- a/comphelper/source/misc/hash.cxx
+++ b/comphelper/source/misc/hash.cxx
@@ -44,7 +44,7 @@ struct HashImpl
#elif USE_TLS_OPENSSL
EVP_MD_CTX* mpContext;
- EVP_MD* getOpenSSLType() const
+ const EVP_MD* getOpenSSLType() const
{
switch (meType)
{