diff --git a/tests/api.c b/tests/api.c index 0b315d085..8308e6ed1 100644 --- a/tests/api.c +++ b/tests/api.c @@ -18990,9 +18990,9 @@ static void test_wolfSSL_d2i_PrivateKeys_bio(void) WOLFSSL_CTX* ctx; #if defined(WOLFSSL_KEY_GEN) - unsigned char buffer[4096]; + unsigned char buff[4096]; unsigned char* bufPtr; - bufPtr = buffer; + bufPtr = buff; #endif printf(testingFmt, "wolfSSL_d2i_PrivateKeys_bio()");