Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.
authoraSoujyuTanaka <soujyu.tanaka@access-company.com>
Sat, 11 Apr 2020 18:58:02 +0000 (03:58 +0900)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Jul 2020 21:03:21 +0000 (23:03 +0200)
commit6c2a56beec847da18e5ac60a30219f0dea39baf9
treedba1bfd8cb717112ba76b9074067d6e577c3b4fb
parentce3080e931d77fda3bb4f2d923fcc6cec967d1a3
Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.

Reviewed-by: Mark J. Cox <mark@awe.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11526)
crypto/dso/dso_win32.c