Fix strdup macro redefinition
authorMat <mberchtold@gmail.com>
Fri, 27 May 2016 17:35:12 +0000 (19:35 +0200)
committerRich Salz <rsalz@openssl.org>
Mon, 30 May 2016 13:51:31 +0000 (09:51 -0400)
commit8d95ca36e66a5183e1f2c6c7a74044ee3793abc4
tree0c158f722976d5def5cfc68a3431166d6d4d3dc0
parent23049aa52e2b4f12c2c2d7c7d80f5b1876a1b8ba
Fix strdup macro redefinition

This fixes the following error when the CRT debug heap (crtdbg.h) is used:
e_os.h(476): warning C4005: 'strdup': macro redefinition
C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\crtdbg.h(319): note: see previous definition of 'strdup'
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1137)
e_os.h