mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-28 22:53:21 +02:00
Merge pull request #1758 from dgarske/certext
Fix for building certext without certgen
This commit is contained in:
+1
-1
@@ -10076,7 +10076,7 @@ static int test_RsaDecryptBoundsCheck(void)
|
||||
static int test_wc_SetKeyUsage (void)
|
||||
{
|
||||
int ret = 0;
|
||||
#if !defined(NO_RSA) && defined(WOLFSSL_CERT_EXT) && !defined(HAVE_FIPS)
|
||||
#if !defined(NO_RSA) && defined(WOLFSSL_CERT_EXT) && defined(WOLFSSL_CERT_GEN) && !defined(HAVE_FIPS)
|
||||
Cert myCert;
|
||||
|
||||
ret = wc_InitCert(&myCert);
|
||||
|
||||
Reference in New Issue
Block a user