From b338da8a19fb8d99323ba76e330abe275aa83df2 Mon Sep 17 00:00:00 2001 From: traud Date: Tue, 24 Mar 2020 12:43:37 +0100 Subject: [PATCH] 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 --- tests/test_utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_utils.c b/tests/test_utils.c index 14276059f4..dd27270f35 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 ***/ -- 2.47.2