mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
@ -21689,7 +21689,7 @@ static int ecc_test_curve_size(WC_RNG* rng, int keySize, int testVerifyCount,
|
|||||||
ret = wc_ecc_export_private_only(userA, exportBuf, &x);
|
ret = wc_ecc_export_private_only(userA, exportBuf, &x);
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
ERROR_OUT(-9942, done);
|
ERROR_OUT(-9942, done);
|
||||||
#else
|
#elif defined(HAVE_ECC_KEY_EXPORT)
|
||||||
(void)exportBuf;
|
(void)exportBuf;
|
||||||
#endif /* HAVE_ECC_KEY_EXPORT */
|
#endif /* HAVE_ECC_KEY_EXPORT */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user