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
fix test suite compilation after
590b752b
Change-Id: Ibcba457a1e31c1523b417a9492e581e0b5cedbbb
changes/26/24726/1
Richard Fuchs
7 years ago
parent
bfa6db402b
commit
5e558e9016
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
t/aes-crypt.c
+4
-0
t/payload-tracker-test.c
+ 3
- 0
t/aes-crypt.c
View File
@ -4,6 +4,9 @@
#
include
"crypto.h"
#
include
"rtplib.h"
#
include
"log.h"
#
include
"main.h"
struct
rtpengine_config
rtpe_config
;
uint8_t
test_key
[
46
]
=
{
0xe1
,
0xf9
,
0x7a
,
0x0d
,
0x3e
,
0x01
,
0x8b
,
0xe0
,
+ 4
- 0
t/payload-tracker-test.c
View File
@ -2,6 +2,10 @@
#
include
<string.h>
#
include
<stdlib.h>
#
include
"ssrc.h"
#
include
"main.h"
struct
rtpengine_config
rtpe_config
;
static
void
most_cmp
(
struct
payload_tracker
*
t
,
const
char
*
cmp
,
const
char
*
file
,
int
line
)
{
Write
Preview
Loading…
Cancel
Save