Fix TSIP ret value in TLSX_KeyShare_ProcessEcc

This commit is contained in:
Eric Blankenhorn
2022-08-10 08:15:24 -05:00
parent eceee6ac95
commit bcb9f3f70d

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,