Parcourir la source

fix build break

v2ray il y a 9 ans
Parent
commit
7fa96a4d2c
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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 {