From 43ae14745c588f31c9ceb058645577cf2a5ce810 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 19 May 2026 20:09:27 +0200 Subject: Add librecrypt_verify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42e324d..b51cf7f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ include mk/$(OS).mk LIB_MAJOR = 1 -LIB_MINOR = 0 +LIB_MINOR = 1 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = recrypt @@ -47,7 +47,8 @@ OBJ_PUBLIC =\ librecrypt_hash_binary.o\ librecrypt_hash.o\ librecrypt_crypt.o\ - librecrypt_add_algorithm.o + librecrypt_add_algorithm.o\ + librecrypt_verify.o OBJ_PRIVATE =\ librecrypt_algorithms_.o\ -- cgit v1.2.3-70-g09d2