summaryrefslogtreecommitdiff
path: root/regress/sys
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2015-11-04 12:24:32 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2015-11-04 12:24:32 +0000
commit5fc579bac221dfb3fe8f93d65629f8825bb71c75 (patch)
tree1e05119ebaea8a454c8f778ee735743c68e603be /regress/sys
parent32367744c8ffebb715cab8807a5e2445cfa94fcf (diff)
Hook up chacha20-poly1305 test vectors (missed in previous commit)
Diffstat (limited to 'regress/sys')
-rw-r--r--regress/sys/crypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/crypto/Makefile b/regress/sys/crypto/Makefile
index 233dac35352..fc204bbd393 100644
--- a/regress/sys/crypto/Makefile
+++ b/regress/sys/crypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2014/07/03 21:12:24 miod Exp $
+# $OpenBSD: Makefile,v 1.11 2015/11/04 12:24:31 mikeb Exp $
SUBDIR+= cmac
SUBDIR+= gmac
@@ -10,6 +10,7 @@ SUBDIR+= enc
SUBDIR+= aesctr
SUBDIR+= aesxts
SUBDIR+= aes
+SUBDIR+= chachapoly
.endif
install: