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

Tzafrir Cohen (JIRA) noreply at issues.asterisk.org
Tue Oct 10 07:38:21 CDT 2017


Tzafrir Cohen created ASTERISK-27328:
----------------------------------------

             Summary: 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: 15.0.0-rc1, 13.17.2
            Reporter: Tzafrir Cohen


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