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:49:43 +0000 (14:49 +0100)
commit2087582d0455111d6627a142668fdf0ebff1d89f
tree0a8b5e09f4d209033860e637fb04d86f1cfdfb8a
parentc3126315f41e3e9ddfc10d7524f49641a42697ab
Only implement secure malloc if _POSIX_VERSION allows

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

(cherry picked from commit e44c7d02ddac975ec6abff7901e77a0c37f9949d)
crypto/mem_sec.c