25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Add pkix to included_applications

This commit is contained in:
Paweł Chmielowski 2018-10-09 11:33:39 +02:00
parent c1521d3f13
commit 989da356c4

View File

@ -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