comphelper/source/misc/hash.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4df49725b142f1c779fd7f95c58acfa5654cd92
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Apr 22 21:07:32 2017 +0100

    fix --with-tls=openssl build
    
    Change-Id: I10bab565a5a152755fbc38268559657b4ec539b2

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)
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to