mirror of https://github.com/ARMmbed/mbed-os.git
Merge commit '4cb7e03c7b39f446cfddc46385b00600e0e702f9'
* commit '4cb7e03c7b39f446cfddc46385b00600e0e702f9': Squashed 'features/nanostack/coap-service/' changes from f40072f..36d36cepull/6876/head
commit
f7fd0af47e
|
@ -196,6 +196,7 @@ void coap_security_destroy(coap_security_t *sec){
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef MBEDTLS_SSL_SRV_C
|
||||
/**** Random number functions ****/
|
||||
|
||||
/**
|
||||
|
@ -265,6 +266,7 @@ static int simple_cookie_check(void *ctx,
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
#endif // MBEDTLS_SSL_SRV_C
|
||||
|
||||
/**** Key export function ****/
|
||||
#if defined(MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED)
|
||||
|
|
Loading…
Reference in New Issue