diff options
author | jsing <> | 2014-06-22 14:28:07 +0000 |
---|---|---|
committer | jsing <> | 2014-06-22 14:28:07 +0000 |
commit | af1321a7967f494d3fb83c108ae4165671e79dd9 (patch) | |
tree | 8de045904f7b480ef245d8a49542bad2e066d07e /src | |
parent | a6f6be3e9a22369cd74f80196eb4c8e0b5a4debb (diff) | |
download | openbsd-af1321a7967f494d3fb83c108ae4165671e79dd9.tar.gz openbsd-af1321a7967f494d3fb83c108ae4165671e79dd9.tar.bz2 openbsd-af1321a7967f494d3fb83c108ae4165671e79dd9.zip |
Hook in the aead regress.
Diffstat (limited to 'src')
-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 d6510d64c6..d9bd92f637 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.12 2014/05/31 14:39:06 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.13 2014/06/22 14:28:07 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | ||
4 | aeswrap \ | 5 | aeswrap \ |
5 | base64 \ | 6 | base64 \ |
6 | bf \ | 7 | bf \ |