windows build fix
This commit is contained in:
parent
2b6044c6ee
commit
4c79ac1f88
@ -37,8 +37,6 @@
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
/* wincrypt.h clashes */
|
/* wincrypt.h clashes */
|
||||||
#undef X509_NAME
|
#undef X509_NAME
|
||||||
#undef OCSP_REQUEST
|
|
||||||
#undef OCSP_RESPONSE
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,6 +43,12 @@
|
|||||||
#define CYASSL_VERSION LIBCYASSL_VERSION_STRING
|
#define CYASSL_VERSION LIBCYASSL_VERSION_STRING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
/* wincrypt.h clashes */
|
||||||
|
#undef OCSP_REQUEST
|
||||||
|
#undef OCSP_RESPONSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user