commit | db9a38c6721435d73196a69541bc67e9ccf61744 | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 11:28:54 2021 +0200 |
committer | gabor-mezei-arm <gabor.mezei@arm.com> | Tue Sep 28 16:16:14 2021 +0200 |
tree | 152aae5afd4a9da776b1932d768d723515b2ad4b | |
parent | 9fa43ce2380f81537dc28adf35cba4edc5d388bf [diff] [blame] |
Move contatnt-time memcmp functions to the contant-time module Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
diff --git a/library/ssl_msg.c b/library/ssl_msg.c index 34b28b1..168f186 100644 --- a/library/ssl_msg.c +++ b/library/ssl_msg.c
@@ -40,6 +40,7 @@ #include "mbedtls/error.h" #include "mbedtls/platform_util.h" #include "mbedtls/version.h" +#include "constant_time.h" #include "ssl_invasive.h"