diff options
author | 2015-11-04 12:24:31 +0000 | |
---|---|---|
committer | 2015-11-04 12:24:31 +0000 | |
commit | 8d5d652cf4ecf3e257b3743d9caa7280577c9b5b (patch) | |
tree | 5d25a5cf255c5bca4f7a29cfa562aea90ec1be4c | |
parent | use if_enqueue() rather than doing a poor inline version of it. (diff) | |
download | wireguard-openbsd-8d5d652cf4ecf3e257b3743d9caa7280577c9b5b.tar.xz wireguard-openbsd-8d5d652cf4ecf3e257b3743d9caa7280577c9b5b.zip |
Hook up chacha20-poly1305 test vectors (missed in previous commit)
-rw-r--r-- | regress/sys/crypto/Makefile | 3 |
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: |