diff options
Diffstat (limited to 'src/regress/lib/libssl/dtls/Makefile')
-rw-r--r-- | src/regress/lib/libssl/dtls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/dtls/Makefile b/src/regress/lib/libssl/dtls/Makefile index 79ca4077d3..438cd5c7ff 100644 --- a/src/regress/lib/libssl/dtls/Makefile +++ b/src/regress/lib/libssl/dtls/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2021/06/19 17:11:34 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2022/01/07 09:07:00 tb Exp $ |
2 | 2 | ||
3 | PROG= dtlstest | 3 | PROG= dtlstest |
4 | LDADD= ${SSL_INT} -lcrypto | 4 | LDADD= ${SSL_INT} -lcrypto |
5 | DPADD= ${LIBSSL} ${LIBCRYPTO} | 5 | DPADD= ${LIBSSL} ${LIBCRYPTO} |
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bio | ||
8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | 9 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl |
9 | 10 | ||
10 | REGRESS_TARGETS= \ | 11 | REGRESS_TARGETS= \ |