From 946fbdafd1ad8026310260f9479e2d0c22cb8d24 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Sat, 3 Sep 2016 16:52:18 +0000 Subject: remove unneeded reach-around include --- src/regress/lib/libssl/unit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index 1725023ad1..1bfdea82eb 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2016/08/27 16:00:27 jsing Exp $ +# $OpenBSD: Makefile,v 1.5 2016/09/03 16:52:18 bcook Exp $ TEST_CASES+= cipher_list TEST_CASES+= tls_ext_alpn @@ -9,7 +9,7 @@ LDADD= -lcrypto -lssl DPADD= ${LIBCRYPTO} ${LIBSSL} WARNINGS= Yes LDFLAGS+= -lcrypto -lssl -CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror -I../../../../lib/libssl/src/ssl +CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror CLEANFILES+= ${TEST_CASES} -- cgit v1.2.3-55-g6feb