Some tests were copied from test_jpake, but the title wasn't changed
accordingly. This might seem like a small thing, but it does affect
the log file name...
Reviewed-by: Rich Salz <rsalz@openssl.org>
use OpenSSL::Test::Simple;
-simple_test("test_jpake", "clienthellotest");
+simple_test("test_clienthello", "clienthellotest");
use OpenSSL::Test::Simple;
-simple_test("test_jpake", "packettest");
+simple_test("test_packet", "packettest");
use OpenSSL::Test::Simple;
-simple_test("test_jpake", "verify_extra_test");
+simple_test("test_verify_extra", "verify_extra_test");
use OpenSSL::Test::Simple;
-simple_test("test_jpake", "secmemtest");
+simple_test("test_secmem", "secmemtest");