From: traud Date: Tue, 24 Mar 2020 11:43:37 +0000 (+0100) Subject: test_utils: Avoid incorrect error message on load. X-Git-Tag: 17.4.0-rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96923ec8713028ad8d236a0314af600724356cfd;p=thirdparty%2Fasterisk.git test_utils: Avoid incorrect error message on load. In case of no OpenSSL headers, the module was built but did not load. ASTERISK-28789 Change-Id: Ie007e84296bcf2bd4237f19d68ba5f932b84cd02 --- diff --git a/tests/test_utils.c b/tests/test_utils.c index 1005f2334e..0f9400e9aa 100644 --- a/tests/test_utils.c +++ b/tests/test_utils.c @@ -27,9 +27,9 @@ /*** MODULEINFO TEST_FRAMEWORK - res_agi - res_crypto - crypto + res_agi + res_crypto + crypto core ***/