Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
[openssl.git] / test / cmp_testlib.c
index 6c696eafaa38acd0a3d2054bba45842bc2a21d51..12ef4f3514b64798192b547f5acead55e446bf85 100644 (file)
@@ -126,3 +126,9 @@ int STACK_OF_X509_push1(STACK_OF(X509) *sk, X509 *cert)
         X509_free(cert); /* down-ref */
     return res;
 }
+
+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);
+}