Add MBEDTLS_LMS_PRIVATE define
To enable private key operations Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
parent
ebd35b5b80
commit
ab4f87413a
8 changed files with 104 additions and 72 deletions
|
@ -358,6 +358,11 @@
|
|||
#error "MBEDTLS_LMS_C requires MBEDTLS_PSA_CRYPTO_C"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_LMS_PRIVATE) && \
|
||||
( !defined(MBEDTLS_LMS_C) )
|
||||
#error "MBEDTLS_LMS_PRIVATE requires MBEDTLS_LMS_C"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) && \
|
||||
( !defined(MBEDTLS_PLATFORM_C) || !defined(MBEDTLS_PLATFORM_MEMORY) )
|
||||
#error "MBEDTLS_MEMORY_BUFFER_ALLOC_C defined, but not all prerequisites"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue