diff options
Diffstat (limited to 'test/cmp_status_test.c')
-rw-r--r-- | test/cmp_status_test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/cmp_status_test.c b/test/cmp_status_test.c index 96f9336b8496..ac1c54ac198a 100644 --- a/test/cmp_status_test.c +++ b/test/cmp_status_test.c @@ -34,7 +34,6 @@ static void tear_down(CMP_STATUS_TEST_FIXTURE *fixture) OPENSSL_free(fixture); } - /* * Tests PKIStatusInfo creation and get-functions */ @@ -89,8 +88,6 @@ static int test_PKISI(void) return result; } - - void cleanup_tests(void) { return; |