declare optional openssl dependencies in moduleinfo

Declare optional openssl dependencies in:
* res_rtp_asterisk.c
* tcptls.c

ASTERISK-27328 #close

Change-Id: I2636f1c05b8104b4fe6f36cce0ebd9a98b9c78ab
This commit is contained in:
Tzafrir Cohen
2017-10-10 15:42:46 +03:00
committed by Joshua Colp
parent ce0ef34020
commit 944e500e95
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
*/
/*** MODULEINFO
<use type="external">openssl</use>
<support_level>core</support_level>
***/

View File

@@ -29,6 +29,7 @@
*/
/*** MODULEINFO
<use type="external">openssl</use>
<use type="external">pjproject</use>
<support_level>core</support_level>
***/