summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2021-03-21 17:22:37 +0000
committerjsing <jsing@openbsd.org>2021-03-21 17:22:37 +0000
commit070b7d3741013a834c16b4ca93ff101d7503424e (patch)
tree61822336cc83c5443926249209bead65840220d0 /regress
parentAvoid a use-after-scope in tls13_cert_add(). (diff)
downloadwireguard-openbsd-070b7d3741013a834c16b4ca93ff101d7503424e.tar.xz
wireguard-openbsd-070b7d3741013a834c16b4ca93ff101d7503424e.zip
Build options regress with -DLIBRESSL_INTERNAL.
This is currently needed for DTLS1_2_VERSION, however it should be used here regardless.
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/openssl/options/Makefile4
1 files 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