commit | a3115dc0e6b3185812efbf73cc01e4da238257e8 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jun 17 10:52:54 2022 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 20 21:12:52 2022 +0200 |
tree | 8e199b58a806b126c7779810c75ba14e9e385841 | |
parent | 66b0d617184104c491525b36518b90c0f3c67bcf [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 0f2bc60..4b2d2d2 100644 --- a/library/ssl_cookie.c +++ b/library/ssl_cookie.c
@@ -160,6 +160,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,