From: traud Date: Mon, 23 Mar 2020 17:25:30 +0000 (+0100) Subject: func_aes: Avoid incorrect error message on load. X-Git-Tag: 18.0.0-rc1~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8cbf7384f9e95737e17ff682ae65f9e06228b4;p=thirdparty%2Fasterisk.git 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 --- diff --git a/funcs/func_aes.c b/funcs/func_aes.c index 6a56909d38..6a27c3cf5d 100644 --- a/funcs/func_aes.c +++ b/funcs/func_aes.c @@ -23,8 +23,8 @@ */ /*** MODULEINFO - res_crypto - crypto + res_crypto + crypto core ***/