NTRU : warning of variable size as argument

This commit is contained in:
Jacob Barthelmeh
2016-09-23 15:30:33 -06:00
parent fb01cf7e1b
commit 02b3aa51bd

View File

@ -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) {