From 7fa96a4d2c0fdde709aa1b6593aad5eeddbfc97a Mon Sep 17 00:00:00 2001 From: v2ray Date: Fri, 26 Feb 2016 23:18:34 +0100 Subject: [PATCH] fix build break --- common/crypto/aes.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/crypto/aes.go b/common/crypto/aes.go index 767c8e3a0..cae00cb0a 100644 --- a/common/crypto/aes.go +++ b/common/crypto/aes.go @@ -3,7 +3,6 @@ package crypto import ( "crypto/aes" "crypto/cipher" - "io" ) func NewAesDecryptionStream(key []byte, iv []byte) cipher.Stream {