Replace a compile option check around some filenames for certificate testing.

This commit is contained in:
John Safranek
2019-11-25 16:13:01 -08:00
parent 1ac0b1fc0b
commit 55540c6bd3

View File

@@ -9247,7 +9247,7 @@ byte GetEntropy(ENTROPY_CMD cmd, byte* out)
#endif /* HAVE_ECC */
#ifndef NO_RSA
#ifdef WOLFSSL_CERT_GEN
#if defined(WOLFSSL_CERT_GEN) || defined(WOLFSSL_CERT_EXT)
static const char* otherCertDerFile = CERT_PREFIX "othercert.der";
static const char* certDerFile = CERT_PREFIX "cert.der";
#endif