]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Don't re-define what crypt sources we need.
authorRoy Marples <roy@marples.name>
Thu, 5 Oct 2017 13:03:35 +0000 (14:03 +0100)
committerRoy Marples <roy@marples.name>
Thu, 5 Oct 2017 13:03:35 +0000 (14:03 +0100)
tests/crypt/Makefile

index acdcc3f130748f40bf328778536862de73bf68ad..9b2a3231dec6ae7602dca47056b263dfb53933ef 100644 (file)
@@ -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}