mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Added resetting size info output-buffer before calling export APIs
Added resetting size into output-buffer before calling export APIs
This commit is contained in:
committed by
Tesfa Mael
parent
5f5040686e
commit
1e94f0478c
@@ -16309,7 +16309,6 @@ static int test_wc_curve25519_export_key_raw_ex (void)
|
|||||||
wc_curve25519_free(&key);
|
wc_curve25519_free(&key);
|
||||||
wc_FreeRng(&rng);
|
wc_FreeRng(&rng);
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -16739,6 +16738,7 @@ static int test_wc_curve25519_export_private_raw_ex (void)
|
|||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
}/*END test_wc_curve25519_export_private_raw_ex*/
|
}/*END test_wc_curve25519_export_private_raw_ex*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Testing wc_ed448_make_key().
|
* Testing wc_ed448_make_key().
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user