summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-11-02 02:57:52 -0400
committerCorey Farrell <git@cfware.com>2017-11-02 02:57:52 -0400
commit606ae3484ab5a4b928ab8e9116d430d6c295b387 (patch)
treef0782ef992a5bf325bd9b79314d7f28ec9d6e5d2 /funcs
parent64f1294ef2c799cda27ee83258fc5567a274bb34 (diff)
Add missing menuselect dependencies.
This adds menuselect dependencies for modules that use symbols of other modules. ASTERISK-27390 Change-Id: Ia2d2849f5b87a72af7324a82edc3f283eafb5385
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_aes.c b/funcs/func_aes.c
index 9392a1c7d..7208cd4c8 100644
--- a/funcs/func_aes.c
+++ b/funcs/func_aes.c
@@ -23,7 +23,7 @@
*/
/*** MODULEINFO
- <use type="external">crypto</use>
+ <use type="module">res_crypto</use>
<support_level>core</support_level>
***/