From b30e0f679cadee424abbf9b68375e88304e5cb6d Mon Sep 17 00:00:00 2001 From: Marco Oliverio Date: Fri, 10 Apr 2026 08:50:30 +0200 Subject: [PATCH] bio: update stale comment --- src/bio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bio.c b/src/bio.c index b520a72ce5..978b1b6247 100644 --- a/src/bio.c +++ b/src/bio.c @@ -592,8 +592,8 @@ static int wolfSSL_BIO_BIO_write(WOLFSSL_BIO* bio, const void* data, * data buffer holding the data to be written * len length of data buffer * - * returns the amount of data written on success and WOLFSSL_FAILURE or - * WOLFSSL_BIO_ERROR for failure cases. + * returns the amount of data written on success or WOLFSSL_BIO_ERROR + * for failure cases. */ static int wolfSSL_BIO_MEMORY_write(WOLFSSL_BIO* bio, const void* data, int len)