test_suite_ssl: add missing MBEDTLS_SSL_SERVER_C dependency
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
626a931bb9
commit
ed58b50ea6
1 changed files with 1 additions and 1 deletions
|
@ -1022,7 +1022,7 @@ int mbedtls_endpoint_init( mbedtls_endpoint *ep, int endpoint_type,
|
||||||
|
|
||||||
mbedtls_ssl_conf_authmode( &( ep->conf ), MBEDTLS_SSL_VERIFY_REQUIRED );
|
mbedtls_ssl_conf_authmode( &( ep->conf ), MBEDTLS_SSL_VERIFY_REQUIRED );
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_CACHE_C)
|
#if defined(MBEDTLS_SSL_CACHE_C) && defined(MBEDTLS_SSL_SRV_C)
|
||||||
if( endpoint_type == MBEDTLS_SSL_IS_SERVER && options->cache != NULL )
|
if( endpoint_type == MBEDTLS_SSL_IS_SERVER && options->cache != NULL )
|
||||||
{
|
{
|
||||||
mbedtls_ssl_conf_session_cache( &( ep->conf ), options->cache,
|
mbedtls_ssl_conf_session_cache( &( ep->conf ), options->cache,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue