summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-03-23 08:38:58 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-03-23 13:27:34 +0100
commitb4c08ecf514c14ab339347639987d0db845b879d (patch)
tree0d5204364927e45cbedc61dd0169241ec4049fee /xmlsecurity
parentc53235ba9aab844c4b16ecf7a28429e256bace6d (diff)
xmlsecurity: remove no longer needed Windows XP workaround
Change-Id: Id3f024fefc0b2bd6f837ecfdd907f0d107600910 Reviewed-on: https://gerrit.libreoffice.org/51759 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx5
1 files changed, 0 insertions, 5 deletions
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 ;