[asterisk-bugs] [JIRA] (ASTERISK-27328) Missing openssl dependencies in res_rtp_asterisk and tcptls
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Dec 20 14:32:20 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-27328:
-------------------------------------
Target Release Version/s: 15.2.0
> Missing openssl dependencies in res_rtp_asterisk and tcptls
> -----------------------------------------------------------
>
> Key: ASTERISK-27328
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27328
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_rtp_asterisk
> Affects Versions: 13.17.2, 15.0.0-rc1
> Reporter: Tzafrir Cohen
> Severity: Minor
> Target Release: 13.19.0, 15.2.0
>
>
> Some source files seem to have optional dependencies on OpenSSL:
> {code}
> $ grep -l 'HAVE_OPENSSL' */*.c
> main/libasteriskssl.c
> main/tcptls.c
> res/res_rtp_asterisk.c
> res/res_srtp.c
> res/res_xmpp.c
> {code}
> * res_srtp.c: no explicit dependency. However, depends on libsrtp.
> * res_xmpp: has a 'use' for openssl
> * libasteriskssl.c: no dependencies. I figure it is handled explicitly in the build system.
> * tcptls.c: No dependency. Maybe worth adding a 'use'
> * res_rtp_asterisk.c: No dependency. Probably worth adding a 'use'
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list