From 3454e0328d57f57852bf12d698b6b4a4736d0719 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 20 May 2026 20:29:04 +0200 Subject: Prepare for supporting custom algorithms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- librecrypt_get_encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librecrypt_get_encoding.c') diff --git a/librecrypt_get_encoding.c b/librecrypt_get_encoding.c index a977178..cad16df 100644 --- a/librecrypt_get_encoding.c +++ b/librecrypt_get_encoding.c @@ -7,7 +7,7 @@ const void * librecrypt_get_encoding(const char *settings, size_t len, char *pad_out, int *strict_pad_out, int decoding, void *reserved) { size_t i, start = 0u; - const struct algorithm *algo; + const struct librecrypt_algorithm *algo; /* Ensure the reserved parameter is NULL */ if (reserved != NULL) { -- cgit v1.2.3-70-g09d2