Skip to content

Commit

Permalink
Makefile.groups: fix ktls when KTLS_INCLUDE_TLSA is not set
Browse files Browse the repository at this point in the history
fix #3660
  • Loading branch information
linuxmaniac committed Nov 29, 2023
1 parent 2b27aba commit aef29af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Makefile.groups
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ ifeq ($(KTLS_INCLUDE_TLSA),yes)
# pkg tls module with curl
module_group_ktls=$(mod_list_tlsdeps) $(mod_list_tlsdeps_curl) $(mod_list_tlsa)
else
# pkg tls module with curl
module_group_ktls=$(mod_list_tlsdeps) $(mod_list_tlsdeps_curl)

# pkg tlsa module
module_group_ktlsa=$(mod_list_tlsa)
endif
Expand Down Expand Up @@ -547,4 +550,3 @@ module_group_krtp_media_server=$(mod_list_rtp_media_server)
# list of static modules
#
static_modules:=

0 comments on commit aef29af

Please sign in to comment.