aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_common_rfc4848s4_decoding_lut_.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--librecrypt_common_rfc4848s4_decoding_lut_.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/librecrypt_common_rfc4848s4_decoding_lut_.c b/librecrypt_common_rfc4848s4_decoding_lut_.c
index 457be19..ffef2e3 100644
--- a/librecrypt_common_rfc4848s4_decoding_lut_.c
+++ b/librecrypt_common_rfc4848s4_decoding_lut_.c
@@ -32,6 +32,7 @@ main(void)
unsigned i, found[64u], invalids = 0u;
SET_UP_ALARM();
+ INIT_RESOURCE_TEST();
/* Ensure values [0, 64) are encoded exactly once each,
* and that all other characters are marked as invalid */
@@ -51,6 +52,7 @@ main(void)
/* Match with librecrypt_common_rfc4848s4_encoding_lut_ is
* tested in librecrypt_common_rfc4848s4_decoding_lut_.c */
+ STOP_RESOURCE_TEST();
return 0;
}