diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-06-22 14:28:08 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-06-22 14:28:08 +0000 |
commit | faba74b8333df44b32cd1dbee261de81546812e3 (patch) | |
tree | 2d572dd93de373eb8a7df12a26faf61f342d1222 /regress/lib | |
parent | 03c02c0390fc684c4d3e2a6b13b6e38847dabb28 (diff) |
Hook in the aead regress.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index d6510d64c62..d9bd92f637f 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.12 2014/05/31 14:39:06 jsing Exp $ +# $OpenBSD: Makefile,v 1.13 2014/06/22 14:28:07 jsing Exp $ SUBDIR= \ + aead \ aeswrap \ base64 \ bf \ |