summaryrefslogtreecommitdiff
path: root/crypto_aead
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead')
-rw-r--r--crypto_aead/lilliputaeii128v1/ref/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto_aead/lilliputaeii128v1/ref/Makefile b/crypto_aead/lilliputaeii128v1/ref/Makefile
index 90f2a75..ab18c62 100644
--- a/crypto_aead/lilliputaeii128v1/ref/Makefile
+++ b/crypto_aead/lilliputaeii128v1/ref/Makefile
@@ -39,5 +39,3 @@ results/src/tweakey.o: src/tweakey.h src/constants.h parameters.h
# TODO: should add order-only prerequisites to remove mkdirs inside recipes
# TODO: add valgrind, although it does not seem to play well with ASAN
# TODO: should use gcc -M... to generate .o -> .h dependencies
-
-results/src/lilliput-ae-ii.o: CFLAGS += -Wno-unused # FIXME: remove once implemented