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 09:54:12 +0000 (09:54 +0000)
commit9c98aa354df8b144a238346b63de8b82f04175dd
treea64174afa25e814a3569e7fe8133a9f770a7f42e
parent3d098890b23598d1f9455b354f46045a231459cd
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)
crypto/dso/dso_win32.c
crypto/init.c