diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-01 17:49:05 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-01 17:49:05 +0200 |
| commit | a5030205755e6f124844ac919a90a2c83bcf64dd (patch) | |
| tree | 7fc25b15c3a8525c3407ec1937a065a089572dd0 /argon2/test_supported.c | |
| parent | Misc (diff) | |
| download | librecrypt-a5030205755e6f124844ac919a90a2c83bcf64dd.tar.gz librecrypt-a5030205755e6f124844ac919a90a2c83bcf64dd.tar.bz2 librecrypt-a5030205755e6f124844ac919a90a2c83bcf64dd.tar.xz | |
Setup alarms in the Argon2 tests
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'argon2/test_supported.c')
| -rw-r--r-- | argon2/test_supported.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/argon2/test_supported.c b/argon2/test_supported.c index 1589191..4c40ee6 100644 --- a/argon2/test_supported.c +++ b/argon2/test_supported.c @@ -51,6 +51,8 @@ librecrypt__argon2__test_supported(const char *phrase, size_t len, int text, con CONST int main(void) { + SET_UP_ALARM(); + return 0; } |
