mirror of https://github.com/wolfSSL/wolfssl.git
Missing flag in unit test.
parent
c522baa75e
commit
ae9926cc42
|
@ -30460,7 +30460,7 @@ static void test_wc_GetPubKeyDerFromCert(void)
|
|||
static void test_wc_CheckCertSigPubKey(void)
|
||||
{
|
||||
#if defined(OPENSSL_EXTRA) && !defined(NO_CERTS) && !defined(NO_FILESYSTEM) && \
|
||||
!defined(NO_RSA) && defined(WOLFSSL_PEM_TO_DER)
|
||||
!defined(NO_RSA) && defined(WOLFSSL_PEM_TO_DER) && defined(HAVE_ECC)
|
||||
int ret;
|
||||
const char* ca_cert = "./certs/ca-cert.pem";
|
||||
byte* cert_buf = NULL;
|
||||
|
|
Loading…
Reference in New Issue