mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-07 19:47:08 +00:00
ssl_verify: comment X509_NAME undef
This commit is contained in:
parent
c1403ee6bf
commit
3e4b2571a2
@ -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