forked from wolfSSL/wolfssl
Merge branch 'master' of github.com:cyassl/cyassl
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user