فهرست منبع

fix build break

v2ray 9 سال پیش
والد
کامیت
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 {