diff options
Diffstat (limited to '')
| -rw-r--r-- | librecrypt_test_supported.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librecrypt_test_supported.c b/librecrypt_test_supported.c index db5ac7c..b063f47 100644 --- a/librecrypt_test_supported.c +++ b/librecrypt_test_supported.c @@ -9,6 +9,8 @@ librecrypt_test_supported(const char *phrase, size_t len, int text, const char * const struct algorithm *algo; size_t n; + (void) reserved; + /* For each chained algorithm */ for (;;) { /* Measure until next '>' */ |
