diff options
Diffstat (limited to '')
| -rw-r--r-- | librecrypt_set_custom_algorithms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt_set_custom_algorithms.c b/librecrypt_set_custom_algorithms.c index 2494490..dabdcdc 100644 --- a/librecrypt_set_custom_algorithms.c +++ b/librecrypt_set_custom_algorithms.c @@ -18,7 +18,7 @@ int main(void) { LIBRECRYPT_CONTEXT *ctx; - const struct librecrypt_algorithm algos[5]; + struct librecrypt_algorithm algos[5]; SET_UP_ALARM(); INIT_RESOURCE_TEST(); |
