summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Lemanissier <eric.lemanissier@gmail.com>2019-02-19 10:32:55 +0100
committerEric Lemanissier <eric.lemanissier@gmail.com>2019-02-19 10:57:59 +0000
commitda4ab444ffac37514435364d4d3f0ad59d4f9bc3 (patch)
treeb6a27a2b265c37b4120d8ac9341df7c18285c6ec
parent99e9666492095e3b96ac16f03e28f20288cc0af6 (diff)
Feature 'ocsp' - fix a broken win-32 build
Change-Id: I0fcec3a555a8c5ff5b5faff3cff16b173e9b9950 Fixes: QTBUG-73322 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-rw-r--r--src/network/ssl/qocsp_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ssl/qocsp_p.h b/src/network/ssl/qocsp_p.h
index 94c1c9b445..71f59da0b4 100644
--- a/src/network/ssl/qocsp_p.h
+++ b/src/network/ssl/qocsp_p.h
@@ -63,11 +63,11 @@
QT_REQUIRE_CONFIG(ocsp);
-#ifdef Q_OS_WIN64
+#ifdef Q_OS_WIN
#undef X509_NAME
#undef OCSP_REQUEST
#undef OCSP_RESPONSE
-#endif // Q_OS_WIN64
+#endif // Q_OS_WIN
#include <openssl/ocsp.h>