forked from wolfSSL/wolfssl
NTRU : warning of variable size as argument
This commit is contained in:
@ -15186,7 +15186,7 @@ int SendClientKeyExchange(WOLFSSL* ssl)
|
|||||||
ssl->peerNtruKey,
|
ssl->peerNtruKey,
|
||||||
ssl->arrays->preMasterSz,
|
ssl->arrays->preMasterSz,
|
||||||
ssl->arrays->preMasterSecret,
|
ssl->arrays->preMasterSecret,
|
||||||
&encSz,
|
(word16*)&encSz,
|
||||||
encSecret);
|
encSecret);
|
||||||
ntru_crypto_drbg_uninstantiate(drbg);
|
ntru_crypto_drbg_uninstantiate(drbg);
|
||||||
if (rc != NTRU_OK) {
|
if (rc != NTRU_OK) {
|
||||||
|
Reference in New Issue
Block a user