[Libreoffice-commits] core.git: comphelper/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 24 19:44:40 UTC 2020
comphelper/source/misc/hash.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 81b807b43fe4a7d3be315565e9d76a45c5cd5d18
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Aug 24 16:47:25 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Aug 24 21:44:01 2020 +0200
NullToPointer ValueDependentIsNotNull GNUNull -> nullptr [loplugin:nullptr]
Change-Id: I93efe23af18c622123ddc3feb41a43a485ee2722
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101285
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/comphelper/source/misc/hash.cxx b/comphelper/source/misc/hash.cxx
index 6b54ed0a2452..67b79c1af8a0 100644
--- a/comphelper/source/misc/hash.cxx
+++ b/comphelper/source/misc/hash.cxx
@@ -84,7 +84,7 @@ struct HashImpl
HASH_Begin(mpContext);
#elif USE_TLS_OPENSSL
mpContext = EVP_MD_CTX_create();
- EVP_DigestInit_ex(mpContext, getOpenSSLType(), NULL);
+ EVP_DigestInit_ex(mpContext, getOpenSSLType(), nullptr);
#endif
}
More information about the Libreoffice-commits
mailing list