Merge pull request #580 from JacobBarthelmeh/Testing

NTRU : warning of variable size as argument
This commit is contained in:
John Safranek
2016-09-23 15:52:48 -07:00
committed by GitHub

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