Skip to content

Commit f7fd0af

Browse files
author
Juhani Puurula
committed
Merge commit '4cb7e03c7b39f446cfddc46385b00600e0e702f9'
* commit '4cb7e03c7b39f446cfddc46385b00600e0e702f9': Squashed 'features/nanostack/coap-service/' changes from f40072f..36d36ce
2 parents 2f0bd6b + 4cb7e03 commit f7fd0af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/nanostack/coap-service/source/coap_security_handler.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ void coap_security_destroy(coap_security_t *sec){
196196
}
197197
}
198198

199+
#ifdef MBEDTLS_SSL_SRV_C
199200
/**** Random number functions ****/
200201

201202
/**
@@ -265,6 +266,7 @@ static int simple_cookie_check(void *ctx,
265266
}
266267
return 0;
267268
}
269+
#endif // MBEDTLS_SSL_SRV_C
268270

269271
/**** Key export function ****/
270272
#if defined(MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED)

0 commit comments

Comments
 (0)