From 971b125fc08b4066ea3f3704c732421eeda7cac4 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Mon, 13 Apr 2020 18:47:22 +0200 Subject: [PATCH] res_stir_shaken: Do not build without OpenSSL. Change-Id: Idba5151a3079f9dcc0076d635422c5df5845114f --- res/res_pjsip_stir_shaken.c | 1 + res/res_stir_shaken.c | 1 + 2 files changed, 2 insertions(+) diff --git a/res/res_pjsip_stir_shaken.c b/res/res_pjsip_stir_shaken.c index 58b0cc51ad..702383c5a6 100644 --- a/res/res_pjsip_stir_shaken.c +++ b/res/res_pjsip_stir_shaken.c @@ -17,6 +17,7 @@ */ /*** MODULEINFO + crypto core ***/ diff --git a/res/res_stir_shaken.c b/res/res_stir_shaken.c index cb4cc82901..3ea7ae9702 100644 --- a/res/res_stir_shaken.c +++ b/res/res_stir_shaken.c @@ -17,6 +17,7 @@ */ /*** MODULEINFO + crypto core ***/ -- 2.47.2