xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b7a37d6fb9fc21afc77964de725d5143f5aad435
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Thu Apr 28 16:19:36 2022 +0000
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Thu Apr 28 23:23:08 2022 +0200

    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.behr...@allotropia.de>

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>

Reply via email to