Fix the evp_test Ctrl keyword processing
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Nov 2016 09:03:37 +0000 (10:03 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 10 Nov 2016 10:19:27 +0000 (10:19 +0000)
commitdfbdf4abb7c62156f36925db95728142c4223225
tree0e4c1f214773e680f38d4fb7997242516b28199e
parent586b79d8884b171eb3fae1ef230572921715ce1a
Fix the evp_test Ctrl keyword processing

Skip the test if the value after ":" is a disabled algorithm, rather
than failing it

Reviewed-by: Matt Caswell <matt@openssl.org>
test/evp_test.c