diff options
author | 2014-06-22 14:28:07 +0000 | |
---|---|---|
committer | 2014-06-22 14:28:07 +0000 | |
commit | 4b8b91535940ed23449f20552ba0ef842c5fc6dc (patch) | |
tree | 20a2eb7ec6f59639de9657809c78e3cc7a7afcf1 | |
parent | Fix the relayd regression tests. Now they pass with and without (diff) | |
download | wireguard-openbsd-4b8b91535940ed23449f20552ba0ef842c5fc6dc.tar.xz wireguard-openbsd-4b8b91535940ed23449f20552ba0ef842c5fc6dc.zip |
Hook in the aead regress.
-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 \ |