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:
TakayukiMatsuo
2020-04-24 18:55:03 +09:00
committed by Tesfa Mael
parent 5f5040686e
commit 1e94f0478c

View File

@@ -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().
*/ */