mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Fix for FREE_VAR call on sharedA
.
This commit is contained in:
@ -17691,8 +17691,8 @@ done:
|
|||||||
wc_ecc_free(&userB);
|
wc_ecc_free(&userB);
|
||||||
wc_ecc_free(&userA);
|
wc_ecc_free(&userA);
|
||||||
|
|
||||||
FREE_VAR(sharedA, HEAP_HINT);
|
|
||||||
#if defined(HAVE_ECC_DHE) || defined(HAVE_ECC_CDH)
|
#if defined(HAVE_ECC_DHE) || defined(HAVE_ECC_CDH)
|
||||||
|
FREE_VAR(sharedA, HEAP_HINT);
|
||||||
FREE_VAR(sharedB, HEAP_HINT);
|
FREE_VAR(sharedB, HEAP_HINT);
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_ECC_SIGN
|
#ifdef HAVE_ECC_SIGN
|
||||||
|
Reference in New Issue
Block a user