From a2af4ff53b93dd3f39fea5c402e3842c6d87bb0f Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 7 Jan 2022 09:07:00 +0000 Subject: Let dtlstest peek into bio_local.h --- src/regress/lib/libssl/dtls/Makefile | 3 ++- src/regress/lib/libssl/dtls/dtlstest.c | 3 ++- 2 files changed, 4 insertions(+), 2 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 @@ -# $OpenBSD: Makefile,v 1.2 2021/06/19 17:11:34 jsing Exp $ +# $OpenBSD: Makefile,v 1.3 2022/01/07 09:07:00 tb Exp $ PROG= dtlstest LDADD= ${SSL_INT} -lcrypto DPADD= ${LIBSSL} ${LIBCRYPTO} WARNINGS= Yes CFLAGS+= -DLIBRESSL_INTERNAL -Werror +CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bio CFLAGS+= -I${.CURDIR}/../../../../lib/libssl REGRESS_TARGETS= \ diff --git a/src/regress/lib/libssl/dtls/dtlstest.c b/src/regress/lib/libssl/dtls/dtlstest.c index 08424c1a4b..18df9952b2 100644 --- a/src/regress/lib/libssl/dtls/dtlstest.c +++ b/src/regress/lib/libssl/dtls/dtlstest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dtlstest.c,v 1.14 2021/06/19 18:28:51 tb Exp $ */ +/* $OpenBSD: dtlstest.c,v 1.15 2022/01/07 09:07:00 tb Exp $ */ /* * Copyright (c) 2020, 2021 Joel Sing * @@ -27,6 +27,7 @@ #include #include +#include "bio_local.h" #include "ssl_locl.h" const char *server_ca_file; -- cgit v1.2.3-55-g6feb