summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-10-05 14:03:35 +0100
committerRoy Marples <roy@marples.name>2017-10-05 14:03:35 +0100
commit0393a119f090f159a1ad8d84bdd57be4e3892ba0 (patch)
treeafe971cf49d2acb19e89c7a73f5692d9e9fb16b7 /tests
parente61528afd6ce1f60681a7f9f2c9eefde1ee0c318 (diff)
downloaddhcpcd-0393a119f090f159a1ad8d84bdd57be4e3892ba0.tar.xz
Don't re-define what crypt sources we need.
Diffstat (limited to 'tests')
-rw-r--r--tests/crypt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/crypt/Makefile b/tests/crypt/Makefile
index acdcc3f1..9b2a3231 100644
--- a/tests/crypt/Makefile
+++ b/tests/crypt/Makefile
@@ -11,7 +11,6 @@ CFLAGS+= -std=${CSTD}
CPPFLAGS+= -I${TOP} -I${TOP}/src
-CRYPT_SRCS= ${HMAC_SRC} ${MD5_SRC}
PCRYPT_SRCS= ${CRYPT_SRCS:compat/%=${TOP}/compat/%}
OBJS+= ${SRCS:.c=.o} ${PCRYPT_SRCS:.c=.o}