diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2021-03-21 17:22:38 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2021-03-21 17:22:38 +0000 |
commit | 17931ab534a423a9d08ae23cd4fc886c91dff959 (patch) | |
tree | 10caff8ea949ac953e28a78ecb2178ba97f30db9 /regress/usr.bin/openssl | |
parent | c94a86b53be5d941589bba4cea9f288c7593249b (diff) |
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/usr.bin/openssl')
-rw-r--r-- | regress/usr.bin/openssl/options/Makefile | 4 |
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 |