From: Sergey Matveev Date: Sat, 29 Oct 2016 17:43:21 +0000 (+0300) Subject: Include only chacha20, not the whole chacha20poly1305 X-Git-Tag: 7.0^2 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=18186f70128324602c75d1c5b7037b7e05930a62 Include only chacha20, not the whole chacha20poly1305 --- 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