New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -370,6 +370,7 @@ DHComputeSharedSecretKey(MDH *dh, uint8_t *pubkey, size_t nPubkeyLen,
|
|||
|
||||
MP_gethex(q1, Q1024, len);
|
||||
assert(len);
|
||||
UNUSED_PARAMETER(len); // Make GCC happy len is used in release.
|
||||
|
||||
if (isValidPublicKey(pubkeyBn, dh->p, q1))
|
||||
res = MDH_compute_key(secret, nPubkeyLen, pubkeyBn, dh);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue