aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-15 21:27:45 +0200
committerMattias Andrée <m@maandree.se>2026-05-15 21:27:45 +0200
commitf0a85711a593bdfc8d0664d58ead98e84efe6be3 (patch)
tree0ee02b78cde372889de828c23de7ba19c4b753c4
parentoops (diff)
downloadlibrecrypt-f0a85711a593bdfc8d0664d58ead98e84efe6be3.tar.gz
librecrypt-f0a85711a593bdfc8d0664d58ead98e84efe6be3.tar.bz2
librecrypt-f0a85711a593bdfc8d0664d58ead98e84efe6be3.tar.xz
m
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46fc203..23cf7aa 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ LIB_NAME = recrypt
OBJ_PUBLIC_FUZZ =\
- librecrypt_settings_prefix.o\
+ librecrypt_settings_prefix.o
OBJ_PUBLIC_DONT_FUZZ =\
librecrypt_chain_length.o\
@@ -47,7 +47,7 @@ OBJ_PUBLIC =\
librecrypt_hash.o\
librecrypt_crypt.o\
librecrypt_add_algorithm.o\
- librecrypt_test_supported.o\
+ librecrypt_test_supported.o
OBJ_PRIVATE =\
librecrypt_algorithms_.o\