ping6: Fix build command line argument with gnutls.
The ping6 command can use either openssl or gnutls... and the Makefile has a bunch of setup for defining which of the two to use. Unfortunately, the final -D define on the commandline to enable gnutls inside the ping6.c file didn't actually make it onto the gcc commandline. This patch adds the $(DEF_CRYPTO) Makefile variable to fix this gap. Signed-off-by:Arjan van de Ven <arjanvandeven@gmail.com> Signed-off-by:
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Loading
Please register or sign in to comment