aboutsummaryrefslogtreecommitdiffstats
path: root/argon2
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-01 18:06:02 +0200
committerMattias Andrée <m@maandree.se>2026-05-01 18:06:02 +0200
commitde925288bffc705b382f54c8c9e62b485ba3c636 (patch)
treeab3d4860c2c3b4b9464b537f5eae23dc15ea3c82 /argon2
parentSetup alarms in the Argon2 tests (diff)
downloadlibrecrypt-de925288bffc705b382f54c8c9e62b485ba3c636.tar.gz
librecrypt-de925288bffc705b382f54c8c9e62b485ba3c636.tar.bz2
librecrypt-de925288bffc705b382f54c8c9e62b485ba3c636.tar.xz
Add DEFAULT_SUPPORT option and improve DEPENDENCIES
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'argon2')
-rw-r--r--argon2/prefix.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/argon2/prefix.mk b/argon2/prefix.mk
index ff5c01d..8348a4d 100644
--- a/argon2/prefix.mk
+++ b/argon2/prefix.mk
@@ -1,4 +1,4 @@
-SUPPORT_ARGON2 = true
+SUPPORT_ARGON2 = $(DEFAULT_SUPPORT)
SUPPORT_ARGON2I = $(SUPPORT_ARGON2)
SUPPORT_ARGON2D = $(SUPPORT_ARGON2)