summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2022-04-28 16:19:36 +0000
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-04-28 23:23:08 +0200
commitb7a37d6fb9fc21afc77964de725d5143f5aad435 (patch)
tree319b6e00749e7176f1076456700e5feb388a475d /xmlsecurity/source
parent972819fe36e5d59fd11b3b40d432f5270ae98bfb (diff)
Fix system-nss: add hasht.h header back
Revert part of 02e1be8883a08ab17f3e890a834ab88f13c5867d which broke with-system-nss builds - the hasht.h header was actually needed. Change-Id: Ida36bc6cd91f0a9b26a2029f1cab835f90f40dde Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133571 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
index bf1da39b3fec..b75d73bb0a89 100644
--- a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
@@ -22,6 +22,7 @@
#include <cert.h>
#include <pk11pub.h>
+#include <hasht.h>
#include <comphelper/sequence.hxx>
#include <comphelper/servicehelper.hxx>