forked from wolfSSL/wolfssl
Make clang happy.
This commit is contained in:
@ -8471,8 +8471,8 @@ static int server_generate_oqs_ciphertext(WOLFSSL* ssl,
|
|||||||
|
|
||||||
XMEMCPY(ciphertext, ecc_kse->pubKey, ecc_kse->pubKeyLen);
|
XMEMCPY(ciphertext, ecc_kse->pubKey, ecc_kse->pubKeyLen);
|
||||||
keyShareEntry->pubKey = ciphertext;
|
keyShareEntry->pubKey = ciphertext;
|
||||||
keyShareEntry->pubKeyLen = (word32) ecc_kse->pubKeyLen +
|
keyShareEntry->pubKeyLen = (word32)(ecc_kse->pubKeyLen +
|
||||||
kem->length_ciphertext;
|
kem->length_ciphertext);
|
||||||
ciphertext = NULL;
|
ciphertext = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user