mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
tests/api.c: Fix build with NO_WOLFSSL_STUB defined
This commit is contained in:
@ -34430,7 +34430,7 @@ static void test_wolfSSL_EVP_PKEY_keygen_init(void)
|
||||
}
|
||||
static void test_wolfSSL_EVP_PKEY_missing_parameters(void)
|
||||
{
|
||||
#if defined(OPENSSL_ALL)
|
||||
#if defined(OPENSSL_ALL) && !defined(NO_WOLFSSL_STUB)
|
||||
WOLFSSL_EVP_PKEY* pkey;
|
||||
|
||||
printf(testingFmt, "wolfSSL_EVP_PKEY_missing_parameters");
|
||||
@ -34715,7 +34715,7 @@ static void test_wolfSSL_EVP_aes_192_gcm(void)
|
||||
}
|
||||
static void test_wolfSSL_EVP_ripemd160(void)
|
||||
{
|
||||
#if defined(OPENSSL_ALL)
|
||||
#if defined(OPENSSL_ALL) && !defined(NO_WOLFSSL_STUB)
|
||||
|
||||
printf(testingFmt, "wolfSSL_EVP_ripemd160");
|
||||
|
||||
|
Reference in New Issue
Block a user