Pārlūkot izejas kodu

fix build break

v2ray 9 gadi atpakaļ
vecāks
revīzija
7fa96a4d2c
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      common/crypto/aes.go

+ 0 - 1
common/crypto/aes.go

@@ -3,7 +3,6 @@ package crypto
 import (
 	"crypto/aes"
 	"crypto/cipher"
-	"io"
 )
 
 func NewAesDecryptionStream(key []byte, iv []byte) cipher.Stream {