func_aes: Avoid incorrect error message on load.

In case of no OpenSSL headers, the module func_aes was built but did not load.

ASTERISK-28788

Change-Id: I0b99b8468cbeb3b0eab23069cbd64062ef885ffc
This commit is contained in:
traud 2020-03-23 18:25:30 +01:00 committed by Joshua Colp
parent dbddb6725d
commit cd8cbf7384
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
*/
/*** MODULEINFO
<use type="module">res_crypto</use>
<use type="external">crypto</use>
<depend>res_crypto</depend>
<depend>crypto</depend>
<support_level>core</support_level>
***/