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