diff options
Diffstat (limited to 'test/cmp_msg_test.c')
-rw-r--r-- | test/cmp_msg_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cmp_msg_test.c b/test/cmp_msg_test.c index e0fb1c7906d0..e98b5624285b 100644 --- a/test/cmp_msg_test.c +++ b/test/cmp_msg_test.c @@ -339,7 +339,6 @@ static int test_cmp_create_error_msg(void) return result; } - static int test_cmp_create_pollreq(void) { SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); @@ -423,7 +422,6 @@ static int test_cmp_create_certrep(void) return result; } - static int execute_rp_create(CMP_MSG_TEST_FIXTURE *fixture) { OSSL_CMP_PKISI *si = OSSL_CMP_STATUSINFO_new(33, 44, "a text"); |