commit | 7dce69a27aa606ac4b7be1199599a7ded3fc9397 | [log] [tgz] |
---|---|---|
author | Raef Coles <raef.coles@arm.com> | Wed Aug 24 14:07:06 2022 +0100 |
committer | Raef Coles <raef.coles@arm.com> | Thu Oct 13 14:28:22 2022 +0100 |
tree | f782158c4e66df011d90c9b9afbfe34cc4352561 | |
parent | 2ad6e611f06a32a0721a1df2c625bc731d6e04f4 [diff] [blame] |
Make LMOTS a private api Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/library/lms.c b/library/lms.c index e1ac7b9..d8969ba 100644 --- a/library/lms.c +++ b/library/lms.c
@@ -36,8 +36,9 @@ #include <string.h> +#include "lmots.h" + #include "mbedtls/lms.h" -#include "mbedtls/lmots.h" #include "mbedtls/md.h" #include "mbedtls/error.h" #include "mbedtls/platform_util.h"