]> git.ipfire.org Git - thirdparty/openssl.git/commit
Only implement secure malloc if _POSIX_VERSION allows
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Jan 2018 13:05:33 +0000 (14:05 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 18 Jan 2018 13:05:33 +0000 (14:05 +0100)
commite44c7d02ddac975ec6abff7901e77a0c37f9949d
tree810553d9ee0ee01d6afa888919d04178c8bb1d67
parent4d3c278c1a4f940e098edac6de3d370b94d1bb8b
Only implement secure malloc if _POSIX_VERSION allows

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5060)
crypto/mem_sec.c