This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
remove strangely irrelevant assertion
git.mgm/mediaproxy-ng/github/master
Richard Fuchs
13 years ago
parent
7877b7ce14
commit
6ee0284b66
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
daemon/crypto.c
+ 0
- 1
daemon/crypto.c
View File
@ -131,7 +131,6 @@ static void aes_ctr_128(char *out, str *in, char *key, char *iv) {
done
:
EVP_EncryptFinal_ex
(
&
ecc
,
key_block
,
&
outlen
)
;
/* assert(outlen == 0); */
EVP_CIPHER_CTX_cleanup
(
&
ecc
)
;
}
Write
Preview
Loading…
Cancel
Save