mirror of https://github.com/v2ray/v2ray-core
fix build break
parent
79171f105a
commit
7fa96a4d2c
|
@ -3,7 +3,6 @@ package crypto
|
||||||
import (
|
import (
|
||||||
"crypto/aes"
|
"crypto/aes"
|
||||||
"crypto/cipher"
|
"crypto/cipher"
|
||||||
"io"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func NewAesDecryptionStream(key []byte, iv []byte) cipher.Stream {
|
func NewAesDecryptionStream(key []byte, iv []byte) cipher.Stream {
|
||||||
|
|
Loading…
Reference in New Issue