1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 14:56:33 -04:00

fix build break

This commit is contained in:
v2ray 2016-02-26 23:18:34 +01:00
parent 79171f105a
commit 7fa96a4d2c

View File

@ -3,7 +3,6 @@ package crypto
import (
"crypto/aes"
"crypto/cipher"
"io"
)
func NewAesDecryptionStream(key []byte, iv []byte) cipher.Stream {