From: Paweł Chmielowski Date: Tue, 9 Oct 2018 09:33:39 +0000 (+0200) Subject: Add pkix to included_applications X-Git-Tag: 18.12~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=989da356c47f42a99339f4c21f9707850831e465;p=ejabberd Add pkix to included_applications --- diff --git a/mix.exs b/mix.exs index b24bbcc6f..5121905dd 100644 --- a/mix.exs +++ b/mix.exs @@ -29,7 +29,7 @@ defmodule Ejabberd.Mixfile do included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab, :fast_tls, :stringprep, :fast_xml, :xmpp, :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2, - :eimp, :base64url, :jose] + :eimp, :base64url, :jose, :pkix] ++ cond_apps()] end