For the lack of GetModuleHandleEx(), we use DSO route for WinCE.
authorSoujyu Tanaka <soujyu.tanaka@access-company.com>
Wed, 27 Mar 2019 08:30:47 +0000 (17:30 +0900)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Mar 2019 10:02:06 +0000 (10:02 +0000)
commit392c095388941db594c12fa7408c228da884a3ae
treea4d7d1842b1313019d092c461ac22177c71e5924
parentfd1ab9af228b8361f4ca8bda99a8f1b6ad278bd3
For the lack of GetModuleHandleEx(), we use DSO route for WinCE.
Revert win32_pathbyaddr() which is used in DSO_dsobyaddr().

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8596)

(cherry picked from commit 9c98aa354df8b144a238346b63de8b82f04175dd)
crypto/dso/dso_win32.c
crypto/init.c