Update test counting in checkhandshake.pm
authorMatt Caswell <matt@openssl.org>
Thu, 2 Feb 2017 14:54:24 +0000 (14:54 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 14 Feb 2017 13:14:25 +0000 (13:14 +0000)
commitf6cec2d8badb6e9b01e8f477f98fdeecc32e46a5
tree65b3872478e16637fc10ce1c761f9915138760bd
parent38f5c30b311f0e736081e0b64b22e917b651536a
Update test counting in checkhandshake.pm

Previously counting the number of tests in checkhandshake.pm took an
initial guess and then modified it based on various known special
cases. That is becoming increasingly untenable, so this changes it to
properly calculate the number of tests we expect to run.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2341)
test/testlib/checkhandshake.pm