Add DH key initialization

This commit is contained in:
TakayukiMatsuo
2021-03-01 01:13:25 +09:00
parent a34c5b018f
commit 42e87fa542

View File

@@ -22604,7 +22604,7 @@ static int test_wc_DhPublicKeyDecode(void)
#if defined(WOLFSSL_DH_EXTRA) && defined(USE_CERT_BUFFERS_2048)
DhKey key = {0};
ret = wc_InitDhKey(&key);
printf(testingFmt, "test_wc_DhPublicKeyDecode()");
if (ret == 0) {