Skip to content
Snippets Groups Projects
Commit cd8cbf73 authored by traud's avatar traud Committed by Joshua Colp
Browse files

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
parent dbddb672
No related branches found
No related tags found
No related merge requests found
......@@ -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>
***/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment