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:
traud
2020-03-24 12:43:37 +01:00
committed by Friendly Automation
parent cd8cbf7384
commit fc07eeaba1

View File

@@ -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>
***/