aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_algorithms_.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--librecrypt_algorithms_.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt_algorithms_.c b/librecrypt_algorithms_.c
index 77dfe30..a2f9a04 100644
--- a/librecrypt_algorithms_.c
+++ b/librecrypt_algorithms_.c
@@ -19,7 +19,7 @@
#define X(ALGO) IF__##ALGO##__SUPPORTED(ENTRY(ALGO) COMMA)
-struct algorithm librecrypt_algorithms_[] = {
+struct librecrypt_algorithm librecrypt_algorithms_[] = {
LIST_ALGORITHMS(X)
END_OF_ALGORITHMS
};