avoid shadow

This commit is contained in:
Takashi Kojo
2018-09-04 05:42:23 +09:00
committed by Go Hosohara
parent c7cfa74577
commit c28e981b9b

View File

@@ -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()");