]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/cmp_vfy_test.c
Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
[thirdparty/openssl.git] / test / cmp_vfy_test.c
index f0b9b50b01510b270fe3b90fa41ee975ee9faa64..9fca675ef17bea0c5d4092e6c618695fed7b10d5 100644 (file)
@@ -44,12 +44,6 @@ static void tear_down(CMP_VFY_TEST_FIXTURE *fixture)
     OPENSSL_free(fixture);
 }
 
-static int print_to_bio_out(const char *func, const char *file, int line,
-                            OSSL_CMP_severity level, const char *msg)
-{
-    return OSSL_CMP_print_to_bio(bio_out, func, file, line, level, msg);
-}
-
 static time_t test_time_valid = 0, test_time_after_expiration = 0;
 
 static CMP_VFY_TEST_FIXTURE *set_up(const char *const test_case_name)