commit | 944c107744fd89bcc40c3ebef4400f863350607c | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 11:28:54 2021 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Nov 11 10:00:12 2021 +0100 |
tree | b2ebf8ea0a196841677990a8cbac979619e3a394 | |
parent | e41e3e8a8b4baf0f4c6d42d0e202f9c62b8add48 [diff] [blame] |
Move contatnt-time memcmp functions to the contant-time module Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/ssl_msg.c b/library/ssl_msg.c index 916456f..b3bd804 100644 --- a/library/ssl_msg.c +++ b/library/ssl_msg.c
@@ -44,6 +44,7 @@ #include "mbedtls/error.h" #include "mbedtls/platform_util.h" #include "mbedtls/version.h" +#include "constant_time.h" #include "ssl_invasive.h"