mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Replace a compile option check around some filenames for certificate testing.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user