Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-10-09 12:33:39 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-10-09 12:33:39 +0300
commit989da356c47f42a99339f4c21f9707850831e465 (patch)
tree821e6a922f65283f8bd602fdb1b35d122a8cc16a /mix.exs
parentc1521d3f13b00f07d6543cd716e1ed4578298aa9 (diff)
Add pkix to included_applications
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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