[Libreoffice-commits] core.git: xmlsecurity/source

Miklos Vajna vmiklos at collabora.co.uk
Fri Mar 23 12:28:06 UTC 2018


 xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit b4c08ecf514c14ab339347639987d0db845b879d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Mar 23 08:38:58 2018 +0100

    xmlsecurity: remove no longer needed Windows XP workaround
    
    Change-Id: Id3f024fefc0b2bd6f837ecfdd907f0d107600910
    Reviewed-on: https://gerrit.libreoffice.org/51759
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
index d1e6a7752449..57408b804aa2 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
@@ -38,11 +38,6 @@
 #include <vector>
 #include <tools/time.hxx>
 
-// Needed only for Windows XP.
-#ifndef CERT_SHA256_HASH_PROP_ID
-#define CERT_SHA256_HASH_PROP_ID 107
-#endif
-
 using namespace com::sun::star;
 using namespace ::com::sun::star::uno ;
 using namespace ::com::sun::star::security ;


More information about the Libreoffice-commits mailing list