openssl/providers/fips
Matt Caswell cc38e643cb Disable mem leak checking for the self test lock
The fips self test lock is deallocated in platform specific ways that may
occur after we do mem leak checking. If we don't know how to free it for
a particular platform then we just leak it deliberately. So we
temporarily disable the mem leak checking while we allocate the lock.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9939)
2019-11-29 16:14:44 +00:00
..
build.info Make sure we only run the self tests once 2019-11-29 16:14:44 +00:00
fipsprov.c Disable mem leak checking for the self test lock 2019-11-29 16:14:44 +00:00
selftest.c Disable mem leak checking for the self test lock 2019-11-29 16:14:44 +00:00
selftest.h Make sure we only run the self tests once 2019-11-29 16:14:44 +00:00