Remove scrypt from minimal builds

This commit is contained in:
Frank Denis
2017-07-11 22:08:02 +02:00
parent e58c30b3c3
commit 28e32dd5a2
2 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -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