Feature 'ocsp' - fix a broken win-32 build

Change-Id: I0fcec3a555a8c5ff5b5faff3cff16b173e9b9950
Fixes: QTBUG-73322
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
bb10
Eric Lemanissier 2019-02-19 10:32:55 +01:00
parent 99e9666492
commit da4ab444ff
1 changed files with 2 additions and 2 deletions

View File

@ -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>