mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-03 07:56:42 -05:00
fix build break
This commit is contained in:
parent
79171f105a
commit
7fa96a4d2c
@ -3,7 +3,6 @@ package crypto
|
||||
import (
|
||||
"crypto/aes"
|
||||
"crypto/cipher"
|
||||
"io"
|
||||
)
|
||||
|
||||
func NewAesDecryptionStream(key []byte, iv []byte) cipher.Stream {
|
||||
|
Loading…
Reference in New Issue
Block a user