summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/authorize/src/authorize.app.src5
-rw-r--r--components/dlink_tls/src/dlink_tls.app.src3
2 files changed, 5 insertions, 3 deletions
diff --git a/components/authorize/src/authorize.app.src b/components/authorize/src/authorize.app.src
index 0232ec9..49775d9 100644
--- a/components/authorize/src/authorize.app.src
+++ b/components/authorize/src/authorize.app.src
@@ -2,7 +2,7 @@
%% Copyright (C) 2014, Jaguar Land Rover
%%
%% This program is licensed under the terms and conditions of the
-%% Mozilla Public License, version 2.0. The full text of the
+%% Mozilla Public License, version 2.0. The full text of the
%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/
%%
@@ -16,7 +16,8 @@
{applications, [
kernel,
stdlib,
- rvi_common
+ rvi_common,
+ public_key
]},
{mod, { authorize_app, []}},
{start_phases, [{ json_rpc, []}, {announce, []}]},
diff --git a/components/dlink_tls/src/dlink_tls.app.src b/components/dlink_tls/src/dlink_tls.app.src
index 3698775..9a6087d 100644
--- a/components/dlink_tls/src/dlink_tls.app.src
+++ b/components/dlink_tls/src/dlink_tls.app.src
@@ -16,7 +16,8 @@
kernel,
stdlib,
rvi_common,
- dlink
+ dlink,
+ ssl
]},
{mod, { dlink_tls_app, []}},
{start_phases, [{json_rpc, []}, {connection_manager, []}, {announce, []}]},