aboutsummaryrefslogtreecommitdiffstats
path: root/argon2/hash.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--argon2/hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/argon2/hash.c b/argon2/hash.c
index ff4a4f8..cf83907 100644
--- a/argon2/hash.c
+++ b/argon2/hash.c
@@ -28,6 +28,8 @@ librecrypt__argon2__hash(char *restrict out_buffer, size_t size, const char *phr
CONST int
main(void)
{
+ SET_UP_ALARM();
+
return 0;
}