aboutsummaryrefslogtreecommitdiffstats
path: root/argon2/is_algorithm.c
diff options
context:
space:
mode:
Diffstat (limited to 'argon2/is_algorithm.c')
-rw-r--r--argon2/is_algorithm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/argon2/is_algorithm.c b/argon2/is_algorithm.c
index 96a889a..a725f44 100644
--- a/argon2/is_algorithm.c
+++ b/argon2/is_algorithm.c
@@ -26,6 +26,8 @@ IF__argon2ds__SUPPORTED(DECLARE_IS_ALGORITHM(argon2ds))
int
main(void)
{
+ SET_UP_ALARM();
+
#if defined(SUPPORT_ARGON2I)
CHECK(argon2i, "", "", 0u);
CHECK(argon2i, "$argon2$", "", 0u);