summaryrefslogtreecommitdiff
path: root/extra/ortp/libzrtpcpp2.patch
blob: c433c314d6e41c581e455eb15a346a94e0366ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Only in ortp-0.20.0.my/build: Makefile
Only in ortp-0.20.0.my/build/win32native: Makefile
Only in ortp-0.20.0.my/build/wince: Makefile
Only in ortp-0.20.0.my/build/winmob: Makefile
Only in ortp-0.20.0.my: config.log
Only in ortp-0.20.0.my: config.status
Only in ortp-0.20.0.my: doc
Only in ortp-0.20.0.my/include: Makefile
Only in ortp-0.20.0.my/include/ortp: Makefile
Only in ortp-0.20.0.my: libtool
Only in ortp-0.20.0.my: Makefile
Only in ortp-0.20.0.my: ortp-config.h
Only in ortp-0.20.0.my: ortp.defs
Only in ortp-0.20.0.my: ortp.pc
Only in ortp-0.20.0.my/src: avprofile.lo
Only in ortp-0.20.0.my/src: b64.lo
Only in ortp-0.20.0.my/src: .deps
Only in ortp-0.20.0.my/src: event.lo
Only in ortp-0.20.0.my/src: jitterctl.lo
Only in ortp-0.20.0.my/src: libortp.la
Only in ortp-0.20.0.my/src: .libs
Only in ortp-0.20.0.my/src: Makefile
Only in ortp-0.20.0.my/src: netsim.lo
Only in ortp-0.20.0.my/src: ortp.lo
Only in ortp-0.20.0.my/src: ortp_srtp.lo
Only in ortp-0.20.0.my/src: payloadtype.lo
Only in ortp-0.20.0.my/src: port.lo
Only in ortp-0.20.0.my/src: posixtimer.lo
Only in ortp-0.20.0.my/src: rtcp.lo
Only in ortp-0.20.0.my/src: rtcpparse.lo
Only in ortp-0.20.0.my/src: rtpparse.lo
Only in ortp-0.20.0.my/src: rtpsession_inet.lo
Only in ortp-0.20.0.my/src: rtpsession.lo
Only in ortp-0.20.0.my/src: rtpsignaltable.lo
Only in ortp-0.20.0.my/src: rtptimer.lo
Only in ortp-0.20.0.my/src: scheduler.lo
Only in ortp-0.20.0.my/src: sessionset.lo
Only in ortp-0.20.0.my/src: str_utils.lo
Only in ortp-0.20.0.my/src: stun.lo
Only in ortp-0.20.0.my/src: stun_udp.lo
Only in ortp-0.20.0.my/src: telephonyevents.lo
Only in ortp-0.20.0.my/src/tests: .deps
Only in ortp-0.20.0.my/src/tests: Makefile
Only in ortp-0.20.0.my/src/tests/win_receiver: Makefile
Only in ortp-0.20.0.my/src/tests/win_sender: Makefile
Only in ortp-0.20.0.my/src: utils.lo
diff -wbBur ortp-0.20.0/src/zrtp.c ortp-0.20.0.my/src/zrtp.c
--- ortp-0.20.0/src/zrtp.c	2012-02-22 20:19:51.000000000 +0400
+++ ortp-0.20.0.my/src/zrtp.c	2012-05-16 19:11:25.000000000 +0400
@@ -837,7 +837,7 @@
 	userData->session=s;
 	ortp_zrtp_configure(context);
 	ortp_message("Initialized ZRTP context");
-	zrtp_initializeZrtpEngine(context, &userData->zrtp_cb, userAgentStr, params->zid_file, userData, 0);
+	zrtp_initializeZrtpEngine(context, &userData->zrtp_cb, userAgentStr, params->zid_file, userData);
 	return ortp_zrtp_configure_context(userData,s,params);
 }
 
@@ -867,7 +867,7 @@
 	userData->session=s;
 	ortp_zrtp_configure(context);
 	
-	zrtp_initializeZrtpEngine(context, &userData->zrtp_cb, userAgentStr, params->zid_file, userData, 0);
+	zrtp_initializeZrtpEngine(context, &userData->zrtp_cb, userAgentStr, params->zid_file, userData);
 
 	ortp_message("setting zrtp_setMultiStrParams");
 	zrtp_setMultiStrParams(context,multiparams,length);
Only in ortp-0.20.0.my/src: zrtp.lo
Only in ortp-0.20.0.my: stamp-h1