forked from wolfSSL/wolfssl
wincyrpt.h clashes fix, submitted by eof
This commit is contained in:
@ -41,7 +41,12 @@
|
|||||||
|
|
||||||
#define CYASSL_VERSION "1.9.6"
|
#define CYASSL_VERSION "1.9.6"
|
||||||
|
|
||||||
#undef X509_NAME /* wincrypt.h clash */
|
#ifdef _WIN32
|
||||||
|
/* wincrypt.h clashes */
|
||||||
|
#undef X509_NAME
|
||||||
|
#undef OCSP_REQUEST
|
||||||
|
#undef OCSP_RESPONSE
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Reference in New Issue
Block a user