mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove scrypt from minimal builds
This commit is contained in:
@@ -323,8 +323,6 @@ TESTS_TARGETS = \
|
||||
onetimeauth7 \
|
||||
pwhash \
|
||||
pwhash_argon2id \
|
||||
pwhash_scrypt \
|
||||
pwhash_scrypt_ll \
|
||||
randombytes \
|
||||
scalarmult \
|
||||
scalarmult2 \
|
||||
@@ -563,6 +561,8 @@ xchacha20_LDADD = $(TESTS_LDADD)
|
||||
|
||||
if !MINIMAL
|
||||
TESTS_TARGETS += \
|
||||
pwhash_scrypt \
|
||||
pwhash_scrypt_ll \
|
||||
siphashx24 \
|
||||
xchacha20
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user