Avoid name clash.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 4 Jun 2008 10:57:38 +0000 (10:57 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 4 Jun 2008 10:57:38 +0000 (10:57 +0000)
engines/e_capi.c

index c7833fc1739ca9acf728d8bb900a78c2e7392b31..f26afab6cf19d92c7f34190b8634f6c03a9587c2 100644 (file)
@@ -71,6 +71,8 @@
 #include <windows.h>
 #include <wincrypt.h>
 
+#undef X509_NAME
+
 #include "e_capi_err.h"
 #include "e_capi_err.c"