From f2740e7922f9f18799bf5e8bd3ac7ea6af8a15b1 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 29 Oct 2016 15:46:13 +0300 Subject: [PATCH] XTEA is not used anymore, do not include in sources --- utils/makedist.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/makedist.sh b/utils/makedist.sh index 8ad291c..8a494f9 100755 --- a/utils/makedist.sh +++ b/utils/makedist.sh @@ -31,7 +31,6 @@ golang.org/x/crypto/curve25519 golang.org/x/crypto/poly1305 golang.org/x/crypto/salsa20 golang.org/x/crypto/ssh/terminal -golang.org/x/crypto/xtea EOF tar cfCI - src $tmp/includes | tar xfC - $tmp rm -fr src/golang.org -- 2.44.0