diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-20 20:29:04 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-20 20:33:29 +0200 |
| commit | 3454e0328d57f57852bf12d698b6b4a4736d0719 (patch) | |
| tree | b05330eabb10715b8fee2bbe022805ef386276b8 /librecrypt_algorithms_.c | |
| parent | Add librecrypt_is_enabled (diff) | |
| download | librecrypt-3454e0328d57f57852bf12d698b6b4a4736d0719.tar.gz librecrypt-3454e0328d57f57852bf12d698b6b4a4736d0719.tar.bz2 librecrypt-3454e0328d57f57852bf12d698b6b4a4736d0719.tar.xz | |
Prepare for supporting custom algorithms
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | librecrypt_algorithms_.c | 2 |
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 }; |
