summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorjsing <>2014-08-26 17:50:07 +0000
committerjsing <>2014-08-26 17:50:07 +0000
commitad993f95f7233dab030ff796264396c977cb3248 (patch)
treefdf80e64b4b68946a21ff873801e9c17656a9878 /src/regress/lib
parentf3755acd5513f85ff734de6a822b6f804d3776ce (diff)
downloadopenbsd-ad993f95f7233dab030ff796264396c977cb3248.tar.gz
openbsd-ad993f95f7233dab030ff796264396c977cb3248.tar.bz2
openbsd-ad993f95f7233dab030ff796264396c977cb3248.zip
Update regress to follow openssl(1) move.
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libcrypto/sha2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/sha2/Makefile b/src/regress/lib/libcrypto/sha2/Makefile
index 2edf10b0f4..e2bbb02d15 100644
--- a/src/regress/lib/libcrypto/sha2/Makefile
+++ b/src/regress/lib/libcrypto/sha2/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.1 2014/05/02 19:27:06 miod Exp $ 1# $OpenBSD: Makefile,v 1.2 2014/08/26 17:50:07 jsing Exp $
2 2
3REGRESS_TARGETS=regress-sha2 3REGRESS_TARGETS=regress-sha2
4OPENSSL=/usr/sbin/openssl 4OPENSSL=/usr/bin/openssl
5 5
6HASHES= \ 6HASHES= \
7 sha224 \ 7 sha224 \