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>
Mon, 21 Nov 2016 21:04:39 +0000 (16:04 -0500)
commit024d681e69cc1ea7177a7eae9aeb1947412950ed
treee128e62cb44b4a58e06904dd15d85f1487b207ef
parentbeacb0f0c1ae7b0542fe053b95307f515b578eb7
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/1968)
test/evp_test.c