Make clang happy.

This commit is contained in:
Anthony Hu
2021-09-16 14:41:19 -04:00
parent 1168d4ce49
commit 5151cc289e

View File

@ -8471,8 +8471,8 @@ static int server_generate_oqs_ciphertext(WOLFSSL* ssl,
XMEMCPY(ciphertext, ecc_kse->pubKey, ecc_kse->pubKeyLen);
keyShareEntry->pubKey = ciphertext;
keyShareEntry->pubKeyLen = (word32) ecc_kse->pubKeyLen +
kem->length_ciphertext;
keyShareEntry->pubKeyLen = (word32)(ecc_kse->pubKeyLen +
kem->length_ciphertext);
ciphertext = NULL;
}