mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Update LMS and LMOTS dependency macros
Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#ifdef MBEDTLS_LMS_C
|
||||
#if defined(MBEDTLS_LMS_C)
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -568,7 +568,7 @@ int mbedtls_lmots_verify( mbedtls_lmots_public_t *ctx, const unsigned char *msg,
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
#ifdef MBEDTLS_LMS_PRIVATE
|
||||
#if defined(MBEDTLS_LMS_PRIVATE)
|
||||
|
||||
void mbedtls_lmots_init_private( mbedtls_lmots_private_t *ctx )
|
||||
{
|
||||
@@ -851,5 +851,5 @@ int mbedtls_lmots_sign( mbedtls_lmots_private_t *ctx,
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
#endif /* MBEDTLS_LMS_PRIVATE */
|
||||
#endif /* MBEDTLS_LMS_C */
|
||||
#endif /* defined(MBEDTLS_LMS_PRIVATE) */
|
||||
#endif /* defined(MBEDTLS_LMS_C) */
|
||||
|
Reference in New Issue
Block a user