From c316085e40bc88a23e887823b4e2e5049df2a2c8 Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 2 Sep 2016 17:31:04 +0000 Subject: Fix build of regress after source moves --- src/regress/lib/libssl/bytestring/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/bytestring/Makefile b/src/regress/lib/libssl/bytestring/Makefile index 9330af5c13..cc271b1b64 100644 --- a/src/regress/lib/libssl/bytestring/Makefile +++ b/src/regress/lib/libssl/bytestring/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2015/07/31 14:18:06 tobiasu Exp $ +# $OpenBSD: Makefile,v 1.4 2016/09/02 17:31:04 beck Exp $ PROG= bytestringtest LDADD= -lcrypto -lssl DPADD= ${LIBCRYPTO} ${LIBSSL} WARNINGS= Yes -CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl/src/ssl +CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl .include -- cgit v1.2.3-55-g6feb