From f3d3f0266a6dac82aa19fd1d4098f0f9c5ecb812 Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 2 Sep 2016 17:02:56 +0000 Subject: Make this regress build again --- src/regress/lib/libcrypto/pqueue/Makefile | 4 ++-- src/regress/lib/libcrypto/utf8/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/pqueue/Makefile b/src/regress/lib/libcrypto/pqueue/Makefile index 48b9e53183..f20fafe1ec 100644 --- a/src/regress/lib/libcrypto/pqueue/Makefile +++ b/src/regress/lib/libcrypto/pqueue/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2014/07/08 15:53:53 jsing Exp $ +# $OpenBSD: Makefile,v 1.7 2016/09/02 17:02:53 beck Exp $ PROG= pq_test -SRC= ${.CURDIR}/../../../../lib/libssl/src/ssl +SRC= ${.CURDIR}/../../../../lib/libssl CFLAGS+= -I${SRC} LDADD= -lssl -lcrypto diff --git a/src/regress/lib/libcrypto/utf8/Makefile b/src/regress/lib/libcrypto/utf8/Makefile index 996f5467af..0d97a8a7fd 100644 --- a/src/regress/lib/libcrypto/utf8/Makefile +++ b/src/regress/lib/libcrypto/utf8/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2014/07/08 15:53:53 jsing Exp $ +# $OpenBSD: Makefile,v 1.5 2016/09/02 17:02:56 beck Exp $ PROG= utf8test -CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1 +CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/asn1 LDADD= -lcrypto DPADD= ${LIBCRYPTO} WARNINGS=Yes -- cgit v1.2.3-55-g6feb