summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorsteve <steve>1999-05-21 12:14:32 +0000
committersteve <steve>1999-05-21 12:14:32 +0000
commitc64d82f217597d870f9aae96937698e8ef1884fa (patch)
tree40b619d3c4755ff923f4c95cec4d16dbba40b812 /e_os.h
parenteb5871f65a66354ee9580062f8dd1b181cf7893e (diff)
downloadopenssl-c64d82f217597d870f9aae96937698e8ef1884fa.tar.gz
Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they will
always get included with the relevant files.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e_os.h b/e_os.h
index bbb1c304d..b8d053bda 100644
--- a/e_os.h
+++ b/e_os.h
@@ -103,9 +103,6 @@ extern "C" {
#ifdef WIN32
#define get_last_sys_error() GetLastError()
#define clear_sys_error() SetLastError(0)
-/* These are defined in wincrypt.h and can cause problems */
-#undef X509_NAME
-#undef PKCS7_SIGNER_INFO
#if !defined(WINNT)
#define WIN_CONSOLE_BUG
#endif