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 a725f44..b13c415 100644
--- a/argon2/is_algorithm.c
+++ b/argon2/is_algorithm.c
@@ -27,6 +27,7 @@ int
main(void)
{
SET_UP_ALARM();
+ INIT_RESOURCE_TEST();
#if defined(SUPPORT_ARGON2I)
CHECK(argon2i, "", "", 0u);
@@ -76,6 +77,7 @@ main(void)
CHECK(argon2ds, "$argon2id$", "", 0u);
#endif
+ STOP_RESOURCE_TEST();
return 0;
}