mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 19:14:34 +04:00
libsrtp: use OpenSSL
Use OpenSSL instead of the internal crypto backend. Everything in
OpenWrt that links to libsrtp2 depends on OpenSSL anyway.
Upsides:
- the libsrtp2 package size shrinks a bit (for example from 35 to 24
KiB on ath79)
- allows to use more cipher suites
- may allow for hardware acceleration
Closes #763
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -21,13 +21,15 @@ PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
CONFIGURE_ARGS+=--enable-openssl
|
||||||
|
|
||||||
define Package/libsrtp2
|
define Package/libsrtp2
|
||||||
SUBMENU:=Telephony
|
SUBMENU:=Telephony
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Secure RTP (SRTP) library, v$(PKG_VERSION)
|
TITLE:=Secure RTP (SRTP) library, v$(PKG_VERSION)
|
||||||
URL:=https://github.com/cisco/libsrtp
|
URL:=https://github.com/cisco/libsrtp
|
||||||
DEPENDS:=
|
DEPENDS:=+libopenssl
|
||||||
ABI_VERSION:=1
|
ABI_VERSION:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user