Fix for PR tests

This commit is contained in:
TakayukiMatsuo
2021-02-28 10:27:43 +09:00
parent 78e2e37fd6
commit e72948b018
2 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -2442,7 +2442,7 @@ static void test_wolfSSL_EVP_PKEY_print_public(void)
/* skip to the end of modulus element*/
for( i = 0; i < 7 ;i++) {
for( i = 0; i < 8 ;i++) {
BIO_gets(wbio, line, sizeof(line));
}
@@ -22603,7 +22603,7 @@ static int test_wc_DhPublicKeyDecode(void)
word32 inOutIdx;
#if defined(WOLFSSL_DH_EXTRA) && defined(USE_CERT_BUFFERS_2048)
DhKey key;
DhKey key = {0};
printf(testingFmt, "test_wc_DhPublicKeyDecode()");