From 39b9345234aacfcf5dbdf4ec5afc14bf0c6d9d2e Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 22 Jan 2024 14:45:00 +0000 Subject: JSON_ENC: Minor tweaks Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/22037) --- include/internal/json_enc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/internal/json_enc.h b/include/internal/json_enc.h index 9c13d0622d..96ea920641 100644 --- a/include/internal/json_enc.h +++ b/include/internal/json_enc.h @@ -117,12 +117,12 @@ int ossl_json_flush(OSSL_JSON_ENC *json); int ossl_json_flush_cleanup(OSSL_JSON_ENC *json); /* - * ossl_json_set_sink - * ------------------ + * ossl_json_set0_sink + * ------------------- * * Changes the sink used by the JSON encoder. */ -int ossl_json_set_sink(OSSL_JSON_ENC *json, BIO *bio); +int ossl_json_set0_sink(OSSL_JSON_ENC *json, BIO *bio); /* * ossl_json_in_error -- cgit v1.2.3