mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Add LMOTS test hook to header
Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
@ -139,6 +139,10 @@ typedef struct {
|
||||
} mbedtls_lmots_private_t;
|
||||
#endif /* MBEDTLS_LMS_PRIVATE */
|
||||
|
||||
#if defined(MBEDTLS_TEST_HOOKS)
|
||||
extern int( *mbedtls_lmots_sign_private_key_invalidated_hook )( unsigned char * );
|
||||
#endif /* defined(MBEDTLS_TEST_HOOKS) */
|
||||
|
||||
/**
|
||||
* \brief This function converts an unsigned int into a
|
||||
* network-byte-order (big endian) string.
|
||||
|
Reference in New Issue
Block a user