diff options
author | bcook <> | 2016-09-03 16:52:18 +0000 |
---|---|---|
committer | bcook <> | 2016-09-03 16:52:18 +0000 |
commit | 2f6c739fc7dec9a4248f97ca2604a0e7fcd1d890 (patch) | |
tree | 2aafe2dd760ae5566c3fa6f8b899972675067e73 /src | |
parent | fc45c32b727123a9db48fbc11ff7d90f36199048 (diff) | |
download | openbsd-2f6c739fc7dec9a4248f97ca2604a0e7fcd1d890.tar.gz openbsd-2f6c739fc7dec9a4248f97ca2604a0e7fcd1d890.tar.bz2 openbsd-2f6c739fc7dec9a4248f97ca2604a0e7fcd1d890.zip |
remove unneeded reach-around include
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/unit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2016/08/27 16:00:27 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2016/09/03 16:52:18 bcook Exp $ |
2 | 2 | ||
3 | TEST_CASES+= cipher_list | 3 | TEST_CASES+= cipher_list |
4 | TEST_CASES+= tls_ext_alpn | 4 | TEST_CASES+= tls_ext_alpn |
@@ -9,7 +9,7 @@ LDADD= -lcrypto -lssl | |||
9 | DPADD= ${LIBCRYPTO} ${LIBSSL} | 9 | DPADD= ${LIBCRYPTO} ${LIBSSL} |
10 | WARNINGS= Yes | 10 | WARNINGS= Yes |
11 | LDFLAGS+= -lcrypto -lssl | 11 | LDFLAGS+= -lcrypto -lssl |
12 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror -I../../../../lib/libssl/src/ssl | 12 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror |
13 | 13 | ||
14 | CLEANFILES+= ${TEST_CASES} | 14 | CLEANFILES+= ${TEST_CASES} |
15 | 15 | ||