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->arrays->preMasterSz,
|
||||
ssl->arrays->preMasterSecret,
|
||||
&encSz,
|
||||
(word16*)&encSz,
|
||||
encSecret);
|
||||
ntru_crypto_drbg_uninstantiate(drbg);
|
||||
if (rc != NTRU_OK) {
|
||||
|
Reference in New Issue
Block a user