v2ray 9 лет назад
Родитель
Сommit
7fa96a4d2c
1 измененных файлов с 0 добавлено и 1 удалено
  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 {