aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_decode.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-08 22:29:35 +0200
committerMattias Andrée <m@maandree.se>2026-05-08 22:29:35 +0200
commit2d3a573977417d917c16742d8d9d8ead047d0ebc (patch)
treecaeac52856a9df0478e2bee53e5dda1f84422461 /librecrypt_decode.c
parentAdd DEFAULT_SUPPORT option and improve DEPENDENCIES (diff)
downloadlibrecrypt-2d3a573977417d917c16742d8d9d8ead047d0ebc.tar.gz
librecrypt-2d3a573977417d917c16742d8d9d8ead047d0ebc.tar.bz2
librecrypt-2d3a573977417d917c16742d8d9d8ead047d0ebc.tar.xz
Misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'librecrypt_decode.c')
-rw-r--r--librecrypt_decode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/librecrypt_decode.c b/librecrypt_decode.c
index 847bfea..c7f397b 100644
--- a/librecrypt_decode.c
+++ b/librecrypt_decode.c
@@ -252,6 +252,7 @@ main(void)
int i;
SET_UP_ALARM();
+ INIT_RESOURCE_TEST();
/* Normal test cases */
check_good_padding = 1;
@@ -334,6 +335,7 @@ main(void)
EXPECT(errno == EINVAL);
}
+ STOP_RESOURCE_TEST();
return 0;
}