Feature 'ocsp' - fix a broken win-32 build
Change-Id: I0fcec3a555a8c5ff5b5faff3cff16b173e9b9950 Fixes: QTBUG-73322 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>bb10
parent
99e9666492
commit
da4ab444ff
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue