From 99aed78078e6756e24bb29cdad613b8f291b0ed7 Mon Sep 17 00:00:00 2001
From: Alexander Traud <pabstraud@compuserve.com>
Date: Fri, 8 Jun 2018 13:01:53 +0200
Subject: [PATCH] crypto.h: Repair ./configure --with-ssl=PATH.

ASTERISK-27908

Change-Id: Iac49d9f82faeb8a4611c6805906bd6d650b1b1d8
---
 channels/chan_iax2.c | 1 +
 funcs/func_aes.c     | 1 +
 pbx/pbx_dundi.c      | 1 +
 3 files changed, 3 insertions(+)

diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index d2bf108756..6420b5d6eb 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -53,6 +53,7 @@
 
 /*** MODULEINFO
 	<use type="module">res_crypto</use>
+	<use type="external">crypto</use>
 	<support_level>core</support_level>
  ***/
 
diff --git a/funcs/func_aes.c b/funcs/func_aes.c
index af3f257e50..6a56909d38 100644
--- a/funcs/func_aes.c
+++ b/funcs/func_aes.c
@@ -24,6 +24,7 @@
 
 /*** MODULEINFO
 	<use type="module">res_crypto</use>
+	<use type="external">crypto</use>
 	<support_level>core</support_level>
  ***/
 
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 0420917231..e356d6fdef 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -33,6 +33,7 @@
 /*** MODULEINFO
 	<depend>zlib</depend>
 	<use type="module">res_crypto</use>
+	<use type="external">crypto</use>
 	<support_level>extended</support_level>
  ***/
 
-- 
GitLab