Loading test/asn1_internal_test.c +0 −2 Original line number Diff line number Diff line Loading @@ -66,7 +66,6 @@ static int execute_tbl_standard(SIMPLE_FIXTURE fixture) static void teardown_tbl_standard(SIMPLE_FIXTURE fixture) { ERR_print_errors_fp(stderr); } /********************************************************************** Loading Loading @@ -116,7 +115,6 @@ static int execute_standard_methods(SIMPLE_FIXTURE fixture) static void teardown_standard_methods(SIMPLE_FIXTURE fixture) { ERR_print_errors_fp(stderr); } /********************************************************************** Loading test/cipherlist_test.c +0 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,6 @@ static void tear_down(CIPHERLIST_TEST_FIXTURE fixture) { SSL_CTX_free(fixture.server); SSL_CTX_free(fixture.client); ERR_print_errors_fp(stderr); } #define SETUP_CIPHERLIST_TEST_FIXTURE() \ Loading test/ct_test.c +0 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,6 @@ static void tear_down(CT_TEST_FIXTURE fixture) { CTLOG_STORE_free(fixture.ctlog_store); SCT_LIST_free(fixture.sct_list); ERR_print_errors_fp(stderr); } static char *mk_file_path(const char *dir, const char *file) Loading test/d2i_test.c +0 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,6 @@ static int execute_test(D2I_TEST_FIXTURE fixture) static void tear_down(D2I_TEST_FIXTURE fixture) { ERR_print_errors_fp(stderr); } #define SETUP_D2I_TEST_FIXTURE() \ Loading test/heartbeat_test.c +0 −2 Original line number Diff line number Diff line Loading @@ -155,7 +155,6 @@ static int dummy_handshake(SSL *s) static void tear_down(HEARTBEAT_TEST_FIXTURE fixture) { ERR_print_errors_fp(stderr); SSL_free(fixture.s); SSL_CTX_free(fixture.ctx); } Loading Loading @@ -365,7 +364,6 @@ int main(int argc, char *argv[]) ADD_TEST(test_dtls1_heartbleed_excessive_plaintext_length); result = run_tests(argv[0]); ERR_print_errors_fp(stderr); return result; } Loading Loading
test/asn1_internal_test.c +0 −2 Original line number Diff line number Diff line Loading @@ -66,7 +66,6 @@ static int execute_tbl_standard(SIMPLE_FIXTURE fixture) static void teardown_tbl_standard(SIMPLE_FIXTURE fixture) { ERR_print_errors_fp(stderr); } /********************************************************************** Loading Loading @@ -116,7 +115,6 @@ static int execute_standard_methods(SIMPLE_FIXTURE fixture) static void teardown_standard_methods(SIMPLE_FIXTURE fixture) { ERR_print_errors_fp(stderr); } /********************************************************************** Loading
test/cipherlist_test.c +0 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,6 @@ static void tear_down(CIPHERLIST_TEST_FIXTURE fixture) { SSL_CTX_free(fixture.server); SSL_CTX_free(fixture.client); ERR_print_errors_fp(stderr); } #define SETUP_CIPHERLIST_TEST_FIXTURE() \ Loading
test/ct_test.c +0 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,6 @@ static void tear_down(CT_TEST_FIXTURE fixture) { CTLOG_STORE_free(fixture.ctlog_store); SCT_LIST_free(fixture.sct_list); ERR_print_errors_fp(stderr); } static char *mk_file_path(const char *dir, const char *file) Loading
test/d2i_test.c +0 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,6 @@ static int execute_test(D2I_TEST_FIXTURE fixture) static void tear_down(D2I_TEST_FIXTURE fixture) { ERR_print_errors_fp(stderr); } #define SETUP_D2I_TEST_FIXTURE() \ Loading
test/heartbeat_test.c +0 −2 Original line number Diff line number Diff line Loading @@ -155,7 +155,6 @@ static int dummy_handshake(SSL *s) static void tear_down(HEARTBEAT_TEST_FIXTURE fixture) { ERR_print_errors_fp(stderr); SSL_free(fixture.s); SSL_CTX_free(fixture.ctx); } Loading Loading @@ -365,7 +364,6 @@ int main(int argc, char *argv[]) ADD_TEST(test_dtls1_heartbleed_excessive_plaintext_length); result = run_tests(argv[0]); ERR_print_errors_fp(stderr); return result; } Loading