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:26:06 +0000 (10:26 +0000)
commit3f7452e45a3c3ca4194edb0723f53465e0d788a1
tree4c59a6277a0c80a3f07e2567f49f610ea5d7dc3c
parent267d4fb1830ffd66fbc80a4e89e85ca67fdce3bb
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>
(cherry picked from commit dfbdf4abb7c62156f36925db95728142c4223225)
test/evp_test.c