[asterisk-bugs] [JIRA] (ASTERISK-27328) Missing openssl dependencies in res_rtp_asterisk and tcptls

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Oct 11 16:17:21 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-27328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-27328:
------------------------------------

    Status: Open  (was: Triage)

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