forked from wolfSSL/wolfssl
canned test was made without the wolfssl_idea enum on
This commit is contained in:
@@ -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[] = {
|
static byte canned_client_session[] = {
|
||||||
0xA7, 0xA4, 0x01, 0x40, 0x00, 0x41, 0x00, 0x00,
|
0xA7, 0xA4, 0x01, 0x40, 0x00, 0x41, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00,
|
||||||
@@ -5868,7 +5868,7 @@ done:
|
|||||||
|
|
||||||
static void test_wolfSSL_tls_export(void)
|
static void test_wolfSSL_tls_export(void)
|
||||||
{
|
{
|
||||||
#if defined(WOLFSSL_SESSION_EXPORT)
|
#if defined(WOLFSSL_SESSION_EXPORT) && !defined(HAVE_IDEA)
|
||||||
SOCKET_T sockfd = 0;
|
SOCKET_T sockfd = 0;
|
||||||
WOLFSSL_CTX* ctx = 0;
|
WOLFSSL_CTX* ctx = 0;
|
||||||
WOLFSSL* ssl = 0;
|
WOLFSSL* ssl = 0;
|
||||||
|
Reference in New Issue
Block a user