canned test was made without the wolfssl_idea enum on

This commit is contained in:
Jacob Barthelmeh 2021-06-07 23:31:48 +07:00
parent 13478a94a8
commit 21181f2437

View File

@ -5650,7 +5650,7 @@ static void test_wolfSSL_dtls_export(void)
}
#if defined(WOLFSSL_SESSION_EXPORT)
#if defined(WOLFSSL_SESSION_EXPORT) && !defined(HAVE_IDEA)
static byte canned_client_session[] = {
0xA7, 0xA4, 0x01, 0x40, 0x00, 0x41, 0x00, 0x00,
0x00, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00,
@ -5868,7 +5868,7 @@ done:
static void test_wolfSSL_tls_export(void)
{
#if defined(WOLFSSL_SESSION_EXPORT)
#if defined(WOLFSSL_SESSION_EXPORT) && !defined(HAVE_IDEA)
SOCKET_T sockfd = 0;
WOLFSSL_CTX* ctx = 0;
WOLFSSL* ssl = 0;