diff options
author | bcook <> | 2016-09-03 16:52:18 +0000 |
---|---|---|
committer | bcook <> | 2016-09-03 16:52:18 +0000 |
commit | 946fbdafd1ad8026310260f9479e2d0c22cb8d24 (patch) | |
tree | 2aafe2dd760ae5566c3fa6f8b899972675067e73 /src | |
parent | 6cbc0021ff6ab61230ae0e10a374b02c07df0306 (diff) | |
download | openbsd-946fbdafd1ad8026310260f9479e2d0c22cb8d24.tar.gz openbsd-946fbdafd1ad8026310260f9479e2d0c22cb8d24.tar.bz2 openbsd-946fbdafd1ad8026310260f9479e2d0c22cb8d24.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 | ||