mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-02-05 14:43:37 +00:00
ssl_verify: comment X509_NAME undef
This commit is contained in:
parent
4a8383728a
commit
4a076d7fbd
@ -29,7 +29,10 @@
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
#ifdef X509_NAME
|
||||
/* wincrypt.h has already a different define... */
|
||||
#undef X509_NAME
|
||||
#endif
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Loading…
Reference in New Issue
Block a user