mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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:
committed by
Friendly Automation
parent
46be4668e3
commit
bdc0aaca9d
@@ -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>
|
||||
***/
|
||||
|
||||
|
Reference in New Issue
Block a user