mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
test_utils: Avoid incorrect error message on load.
In case of no OpenSSL headers, the module was built but did not load. ASTERISK-28789 Change-Id: Ie007e84296bcf2bd4237f19d68ba5f932b84cd02
This commit is contained in:
committed by
Friendly Automation
parent
eb0493cfb8
commit
19d31636cf
@@ -27,9 +27,9 @@
|
||||
|
||||
/*** MODULEINFO
|
||||
<depend>TEST_FRAMEWORK</depend>
|
||||
<use type="module">res_agi</use>
|
||||
<use type="module">res_crypto</use>
|
||||
<use type="external">crypto</use>
|
||||
<depend>res_agi</depend>
|
||||
<depend>res_crypto</depend>
|
||||
<depend>crypto</depend>
|
||||
<support_level>core</support_level>
|
||||
***/
|
||||
|
||||
|
Reference in New Issue
Block a user