diff options
author | jsing <> | 2014-08-26 17:50:07 +0000 |
---|---|---|
committer | jsing <> | 2014-08-26 17:50:07 +0000 |
commit | ad993f95f7233dab030ff796264396c977cb3248 (patch) | |
tree | fdf80e64b4b68946a21ff873801e9c17656a9878 /src/regress/lib | |
parent | f3755acd5513f85ff734de6a822b6f804d3776ce (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | REGRESS_TARGETS=regress-sha2 | 3 | REGRESS_TARGETS=regress-sha2 |
4 | OPENSSL=/usr/sbin/openssl | 4 | OPENSSL=/usr/bin/openssl |
5 | 5 | ||
6 | HASHES= \ | 6 | HASHES= \ |
7 | sha224 \ | 7 | sha224 \ |