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

Friendly Automation (JIRA) noreply at issues.asterisk.org
Mon Oct 16 09:21:21 CDT 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=239372#comment-239372 ] 

Friendly Automation commented on ASTERISK-27328:
------------------------------------------------

Change 6720 merged by Jenkins2:
declare optional openssl dependencies in moduleinfo

[https://gerrit.asterisk.org/6720|https://gerrit.asterisk.org/6720]

> 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