Merge pull request #1758 from dgarske/certext

Fix for building certext without certgen
This commit is contained in:
Eric Blankenhorn
2018-08-14 17:00:51 -05:00
committed by GitHub
4 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -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);