mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
guard on test case for ecc curves
This commit is contained in:
@ -26372,7 +26372,7 @@ static int test_wc_EccPrivateKeyToDer (void)
|
||||
if (ret == 0) {
|
||||
ret = wc_EccPrivateKeyToDer(&eccKey, output, inLen);
|
||||
if (ret > 0) {
|
||||
#ifdef OPENSSL_EXTRA
|
||||
#if defined(OPENSSL_EXTRA) && defined(HAVE_ALL_CURVES)
|
||||
/* test importing private only into a PKEY struct */
|
||||
EC_KEY* ec;
|
||||
EVP_PKEY* pkey;
|
||||
|
Reference in New Issue
Block a user