updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / crtmpserver-svn / commit-483084a
blobe6045abbf8a029a2ac0cf1b8a944f379ed305d01
1 commit 483084a87469cea664462d522dedd5bc0eed53c9
2 Author: x <x@x.x>
3 Date:   Thu Jun 9 15:24:42 2011 +0200
5     x
7 diff --git a/sources/applications/applestreamingclient/src/protocols/aes/inboundaesprotocol.cpp b/sources/applications/applestreamingclient/src/protocols/aes/inboundaesprotocol.cpp
8 index 2ba44ed..479485d 100644
9 --- a/sources/applications/applestreamingclient/src/protocols/aes/inboundaesprotocol.cpp
10 +++ b/sources/applications/applestreamingclient/src/protocols/aes/inboundaesprotocol.cpp
11 @@ -109,9 +109,9 @@ bool InboundAESProtocol::SignalInputData(IOBuffer &buffer) {
12         _totalDecrypted += decryptedSize;
14         //6. Decrypt leftovers
15 -       bool transferCompleted = false;
16 +//     bool transferCompleted = false;
17         if (((HTTPBufferProtocol *) GetFarProtocol())->TransferCompleted()) {
18 -               transferCompleted = true;
19 +//             transferCompleted = true;
20                 EVP_DecryptFinal_ex(&_decContex,
21                                 pTempData + decryptedSize,
22                                 &decryptedFinalSize);