diff options
Diffstat (limited to 'librecrypt_decode.c')
| -rw-r--r-- | librecrypt_decode.c | 2 |
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; } |
