fix build break

pull/97/head
v2ray 2016-02-26 23:18:34 +01:00
parent 79171f105a
commit 7fa96a4d2c
1 changed files with 0 additions and 1 deletions

View File

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