diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-01 18:06:02 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-01 18:06:02 +0200 |
| commit | de925288bffc705b382f54c8c9e62b485ba3c636 (patch) | |
| tree | ab3d4860c2c3b4b9464b537f5eae23dc15ea3c82 /argon2 | |
| parent | Setup alarms in the Argon2 tests (diff) | |
| download | librecrypt-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 '')
| -rw-r--r-- | argon2/prefix.mk | 2 |
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) |
