21 lines
316 B
Diff
21 lines
316 B
Diff
--- a/src/switch_rtp.c
|
|
+++ b/src/switch_rtp.c
|
|
@@ -1535,7 +1535,7 @@ static void send_fir(switch_rtp_t *rtp_s
|
|
}
|
|
}
|
|
|
|
-#ifdef ENABLE_SRTP
|
|
+#ifdef ENABLE_ZRTP
|
|
end:
|
|
#endif
|
|
|
|
@@ -1630,7 +1630,7 @@ static void send_pli(switch_rtp_t *rtp_s
|
|
}
|
|
}
|
|
|
|
-#ifdef ENABLE_SRTP
|
|
+#ifdef ENABLE_ZRTP
|
|
end:
|
|
#endif
|
|
return;
|