summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2018-03-14 06:16:40 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-03-14 06:16:40 -0500
commit6d81a2a684e75e301fffb5df6671057794e4d43d (patch)
tree863f647387731247abeafc8f3324be982a5f257e
parent92a94fb05819fd93b79029ad613cea4e6fdda6f4 (diff)
parent9164be19d20d7871640867ee65dcbcd8cacb4149 (diff)
Merge "res_srtp: Add support for libsrtp2.x on openSUSE."
-rw-r--r--res/res_srtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_srtp.c b/res/res_srtp.c
index 1077f2337..cda1291fa 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -41,7 +41,6 @@
#if HAVE_SRTP_VERSION > 1
# include <srtp2/srtp.h>
-# include <srtp2/crypto_types.h>
# include "srtp/srtp_compat.h"
# include <openssl/rand.h>
#else