summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2016-09-02 17:02:57 +0000
committerBob Beck <beck@cvs.openbsd.org>2016-09-02 17:02:57 +0000
commitf9401b8ea7c07514c749e9ba3cf2a1282f62117b (patch)
treea16be8c40d6949c6b172a2515cc7798258d433fc /regress/lib/libcrypto
parentb13846813711e7591c2e5b3e9bb876e9f8a378b5 (diff)
Make this regress build again
Diffstat (limited to 'regress/lib/libcrypto')
-rw-r--r--regress/lib/libcrypto/pqueue/Makefile4
-rw-r--r--regress/lib/libcrypto/utf8/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libcrypto/pqueue/Makefile b/regress/lib/libcrypto/pqueue/Makefile
index 48b9e531837..f20fafe1ec7 100644
--- a/regress/lib/libcrypto/pqueue/Makefile
+++ b/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/regress/lib/libcrypto/utf8/Makefile b/regress/lib/libcrypto/utf8/Makefile
index 996f5467afc..0d97a8a7fd6 100644
--- a/regress/lib/libcrypto/utf8/Makefile
+++ b/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