Merge pull request #5451 from embhorn/zd14428

Fix TSIP ret value in TLSX_KeyShare_ProcessEcc
This commit is contained in:
David Garske
2022-08-14 11:27:20 -07:00
committed by GitHub

View File

@ -7869,6 +7869,7 @@ static int TLSX_KeyShare_ProcessEcc(WOLFSSL* ssl, KeyShareEntry* keyShareEntry)
if (ret != CRYPTOCB_UNAVAILABLE) {
return ret;
}
ret = 0;
#endif
ssl->peerEccKey = (ecc_key*)XMALLOC(sizeof(ecc_key), ssl->heap,