Skipping tests in evp_test leaks memory
authorTodd Short <tshort@akamai.com>
Thu, 17 Nov 2016 16:56:47 +0000 (11:56 -0500)
committerRich Salz <rsalz@openssl.org>
Sun, 20 Nov 2016 21:08:15 +0000 (16:08 -0500)
commit0a2a5d26cea54f490474a366100cf4860a54e030
tree7ee2a4b921a191fe3bd9ec90de615bc77920f03b
parent4b9c2669f31da26bfe56f629973fa014083dc2a0
Skipping tests in evp_test leaks memory

When configured with "no-mdc2 enable-crypto-mdebug" the evp_test
will leak memory due to skipped tests, and error out.

Also fix a skip condition

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1946)
test/evp_test.c