Squashed 'features/nanostack/coap-service/' changes from f40072f..36d36ce

36d36ce Fixed compiler warnings (#98)

git-subtree-dir: features/nanostack/coap-service
git-subtree-split: 36d36ce17679f43a751d72d01820e774ff5e051c
pull/6876/head
Juhani Puurula 2018-05-11 09:52:34 +03:00
parent 41d7448660
commit 4cb7e03c7b
1 changed files with 2 additions and 0 deletions

View File

@ -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)