summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2014-06-22 14:28:07 +0000
committerjsing <>2014-06-22 14:28:07 +0000
commit8f1d42a3982df1db0e527c3b64d5d055d78c92ca (patch)
tree8de045904f7b480ef245d8a49542bad2e066d07e
parenta8197fd58736b9cfb419ff7dc2ef9741aa138694 (diff)
downloadopenbsd-8f1d42a3982df1db0e527c3b64d5d055d78c92ca.tar.gz
openbsd-8f1d42a3982df1db0e527c3b64d5d055d78c92ca.tar.bz2
openbsd-8f1d42a3982df1db0e527c3b64d5d055d78c92ca.zip
Hook in the aead regress.
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
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
3SUBDIR= \ 3SUBDIR= \
4 aead \
4 aeswrap \ 5 aeswrap \
5 base64 \ 6 base64 \
6 bf \ 7 bf \