From 070b7d3741013a834c16b4ca93ff101d7503424e Mon Sep 17 00:00:00 2001 From: jsing Date: Sun, 21 Mar 2021 17:22:37 +0000 Subject: [PATCH] Build options regress with -DLIBRESSL_INTERNAL. This is currently needed for DTLS1_2_VERSION, however it should be used here regardless. --- regress/usr.bin/openssl/options/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/usr.bin/openssl/options/Makefile b/regress/usr.bin/openssl/options/Makefile index ba3857ad39a..ac932e7d71b 100644 --- a/regress/usr.bin/openssl/options/Makefile +++ b/regress/usr.bin/openssl/options/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2014/12/28 14:01:33 jsing Exp $ +# $OpenBSD: Makefile,v 1.2 2021/03/21 17:22:37 jsing Exp $ PROG= optionstest SRCS= optionstest.c @@ -7,7 +7,7 @@ LDADD= -lcrypto -lssl DPADD= ${LIBCRYPTO} ${LIBSSL} OSSLSRC= ${.CURDIR}/../../../../usr.bin/openssl/ -CFLAGS+= -I${OSSLSRC} +CFLAGS+= -DLIBRESSL_INTERNAL -I${OSSLSRC} .PATH: ${OSSLSRC} SRCS+= apps.c -- 2.20.1