mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
front
may be unused and generate a warning
This commit is contained in:
committed by
David Garske
parent
d257cf5003
commit
1a9d59c185
@ -311,6 +311,9 @@ static int wolfSSL_BIO_BASE64_write(WOLFSSL_BIO* bio, const void* data,
|
|||||||
return BAD_FUNC_ARG;
|
return BAD_FUNC_ARG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Potentially unused when memory functions ignore heap hints */
|
||||||
|
(void)front;
|
||||||
|
|
||||||
/* get the encoded length */
|
/* get the encoded length */
|
||||||
if (bio->flags & WOLFSSL_BIO_FLAG_BASE64_NO_NL) {
|
if (bio->flags & WOLFSSL_BIO_FLAG_BASE64_NO_NL) {
|
||||||
if (Base64_Encode_NoNl((const byte*)data, inLen, NULL,
|
if (Base64_Encode_NoNl((const byte*)data, inLen, NULL,
|
||||||
|
Reference in New Issue
Block a user