From 18186f70128324602c75d1c5b7037b7e05930a62 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 29 Oct 2016 20:43:21 +0300 Subject: [PATCH] Include only chacha20, not the whole chacha20poly1305 --- utils/makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/makedist.sh b/utils/makedist.sh index 7be321b..f890c3a 100755 --- a/utils/makedist.sh +++ b/utils/makedist.sh @@ -27,7 +27,7 @@ golang.org/x/crypto/LICENSE golang.org/x/crypto/PATENTS golang.org/x/crypto/README golang.org/x/crypto/blake2b -golang.org/x/crypto/chacha20poly1305 +golang.org/x/crypto/chacha20poly1305/internal/chacha20 golang.org/x/crypto/curve25519 golang.org/x/crypto/poly1305 golang.org/x/crypto/ssh/terminal -- 2.44.0