Skip to content

Commit aad8304

Browse files
committed
[cryptotest] Add module name for SHA
The master branch automatically computes a module ID if none is provided. Currently, sha does not have one, creating a conflicting module ID. Hence, manually assign one to resolve the conflict. Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org>
1 parent 79044d5 commit aad8304

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • sw/device/tests/crypto/cryptotest/firmware

sw/device/tests/crypto/cryptotest/firmware/sha.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include "sw/device/lib/ujson/ujson.h"
1313
#include "sw/device/tests/crypto/cryptotest/json/sha_commands.h"
1414

15+
#define MODULE_ID MAKE_MODULE_ID('s', 't', 't')
16+
1517
status_t handle_sha(ujson_t *uj) {
1618
cryptotest_sha_mode_t uj_mode;
1719
cryptotest_sha_input_t uj_input;

0 commit comments

Comments
 (0)