Use malloc/memset not calloc for WinCE portability
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Oct 2017 18:49:47 +0000 (20:49 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Oct 2017 20:34:32 +0000 (22:34 +0200)
commit217534323ec4917c754fb454bf77b6d2ff551e23
treea0a544e7f8e3d65ad74438c1ade7c434d1d6a665
parent44cbf6a9fe7db112ae2ed189412ab9e5205028b1
Use malloc/memset not calloc for WinCE portability

Fixes: #2539

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4594)
crypto/LPdir_win.c