Maintain strict type discipline between the core and providers
[openssl.git] / providers / implementations / serializers / serializer_ecx.c
index 78b6ec9691e56a2e70018efa5706bb12a3d23281..a768355a131253b8a2108639a487516b9c739e44 100644 (file)
@@ -86,7 +86,7 @@ int ossl_prov_print_ecx(BIO *out, ECX_KEY *ecxkey, enum ecx_print_type type)
         return 0;
     }
 
-    if (ossl_prov_bio_printf(out, "%s:\n", type_label) <= 0)
+    if (BIO_printf(out, "%s:\n", type_label) <= 0)
         return 0;
     if (type == ecx_print_priv
             && !ossl_prov_print_labeled_buf(out, "priv:", ecxkey->privkey,