mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24: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 */
|
#endif /* HAVE_ECC */
|
||||||
|
|
||||||
#ifndef NO_RSA
|
#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* otherCertDerFile = CERT_PREFIX "othercert.der";
|
||||||
static const char* certDerFile = CERT_PREFIX "cert.der";
|
static const char* certDerFile = CERT_PREFIX "cert.der";
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user