mirror of https://github.com/wolfSSL/wolfssl.git
Added proper ifdef's to EccPrivateKeyToDer
parent
9671901de6
commit
afcb40724e
|
@ -20654,7 +20654,7 @@ static int test_ToTraditional (void)
|
|||
static int test_wc_EccPrivateKeyToDer (void)
|
||||
{
|
||||
int ret = 0;
|
||||
#if (defined(WOLFSSL_CERT_GEN) || defined(WOLFSSL_KEY_GEN))
|
||||
#if defined(HAVE_ECC) && !defined(WC_NO_RNG)
|
||||
|
||||
byte output[FOURK_BUF];
|
||||
ecc_key eccKey;
|
||||
|
|
Loading…
Reference in New Issue