summaryrefslogtreecommitdiffstats
path: root/python_modules/codegen.py
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-01-26 11:55:58 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-03-26 10:15:04 +0100
commit14218d7d6b9524e4f7854c27bab8b5fdf3b4e88a (patch)
treef08ea338baf6c17439d9fa6cc43d14c47264efcd /python_modules/codegen.py
parentedac1b36b572cbd8988c44341185a9f51ea3eeb5 (diff)
downloadspice-common-14218d7d6b9524e4f7854c27bab8b5fdf3b4e88a.tar.gz
spice-common-14218d7d6b9524e4f7854c27bab8b5fdf3b4e88a.tar.xz
spice-common-14218d7d6b9524e4f7854c27bab8b5fdf3b4e88a.zip
ssl_verify: Move wincrypt.h related #ifdef closer to the include
Both wincrypt.h and openssl try to define X509_NAME. The wincrypt.h one is not useful for us, so we currently #undef it if this was set. However, it's done very late, right before including x509v3.h which defines the X509_NAME type. Any header included in between may try to #include x509v3.h so it's better to undefine X509_NAME right after including wincrypt.h.
Diffstat (limited to 'python_modules/codegen.py')
0 files changed, 0 insertions, 0 deletions