diff options
Diffstat (limited to 'librecrypt_test_supported.c')
| -rw-r--r-- | librecrypt_test_supported.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt_test_supported.c b/librecrypt_test_supported.c index b063f47..6d2a7a6 100644 --- a/librecrypt_test_supported.c +++ b/librecrypt_test_supported.c @@ -6,7 +6,7 @@ int librecrypt_test_supported(const char *phrase, size_t len, int text, const char *settings, void *reserved) { - const struct algorithm *algo; + const struct librecrypt_algorithm *algo; size_t n; (void) reserved; |
