mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 13:40:51 +02:00
NTRU : warning of variable size as argument
This commit is contained in:
+1
-1
@@ -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