diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2025-05-07 21:18:24 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2025-05-07 22:37:22 +0000 |
commit | 29536654cc41bf41b92dc836c47496dc6fe0b00c (patch) | |
tree | 368a3c5b14e610bb5f6b71657f61a41e373eaf97 /test/cmp_status_test.c | |
parent | 1c34280346af8284acdc0eae39496811d37df25d (diff) |
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; |