Skip to content

Commit 87a7af0

Browse files
committed
Without HAVE_EXT_CACHE session dup is not compiled in
1 parent c2a7397 commit 87a7af0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62956,7 +62956,7 @@ static int test_wolfSSL_CRYPTO_get_ex_new_index(void)
6295662956
return res;
6295762957
}
6295862958

62959-
#if defined(HAVE_EX_DATA) && \
62959+
#if defined(HAVE_EX_DATA) && defined(HAVE_EXT_CACHE) && \
6296062960
(defined(OPENSSL_ALL) || (defined(OPENSSL_EXTRA) && \
6296162961
(defined(HAVE_STUNNEL) || defined(WOLFSSL_NGINX) || \
6296262962
defined(HAVE_LIGHTY) || defined(WOLFSSL_HAPROXY) || \

0 commit comments

Comments
 (0)