diff options
author | jsing <> | 2014-05-03 15:07:46 +0000 |
---|---|---|
committer | jsing <> | 2014-05-03 15:07:46 +0000 |
commit | c068ce427d4525ce31189b2feb96a7ef18568758 (patch) | |
tree | 35196a9a223fc61156e97a24a8c23c377cbbef1e /src/regress/lib/libcrypto/Makefile | |
parent | d59b1705859c0c622e7eb86fafb20cf0097c6d82 (diff) | |
download | openbsd-c068ce427d4525ce31189b2feb96a7ef18568758.tar.gz openbsd-c068ce427d4525ce31189b2feb96a7ef18568758.tar.bz2 openbsd-c068ce427d4525ce31189b2feb96a7ef18568758.zip |
Initial version of a base64 regress.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 327eb5b12d..345077c20c 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,7 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2014/05/02 19:27:04 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2014/05/03 15:07:46 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aeswrap \ | 4 | aeswrap \ |
5 | base64 \ | ||
5 | bf \ | 6 | bf \ |
6 | bn \ | 7 | bn \ |
7 | cast \ | 8 | cast \ |