xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit b4c08ecf514c14ab339347639987d0db845b879d Author: Miklos Vajna <[email protected]> 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 <[email protected]> Tested-by: Jenkins <[email protected]> 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 ; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
