Merge "res_srtp: Add support for libsrtp2.x on openSUSE."

This commit is contained in:
Joshua Colp
2018-03-14 06:16:40 -05:00
committed by Gerrit Code Review

View File

@@ -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