commit | d904d66639aa82aac11d5964a597776df5485db3 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jun 17 10:24:00 2022 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 20 21:06:12 2022 +0200 |
tree | df762ea900cd02c7cb39fabf0bcb7d58102bf0a3 | |
parent | 08b2ebd2bef0c4903219bffeec9510afe8ca42cb [diff] [blame] |
Mark static int SSL functions CHECK_RETURN_CRITICAL Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/library/ssl_cookie.c b/library/ssl_cookie.c index 519d6d7..3781796 100644 --- a/library/ssl_cookie.c +++ b/library/ssl_cookie.c
@@ -122,6 +122,7 @@ /* * Generate the HMAC part of a cookie */ +MBEDTLS_CHECK_RETURN_CRITICAL static int ssl_cookie_hmac( mbedtls_md_context_t *hmac_ctx, const unsigned char time[4], unsigned char **p, unsigned char *end,