From d80f02f1a1af44e9d5abc9866168fefa7c4a6b7a Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 21 Mar 2021 17:22:37 +0000 Subject: Build options regress with -DLIBRESSL_INTERNAL. This is currently needed for DTLS1_2_VERSION, however it should be used here regardless. --- src/regress/usr.bin/openssl/options/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/usr.bin/openssl/options/Makefile b/src/regress/usr.bin/openssl/options/Makefile index ba3857ad39..ac932e7d71 100644 --- a/src/regress/usr.bin/openssl/options/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb