aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ssl_hello_world/src/ssl_hello_world.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ssl_hello_world/src/ssl_hello_world.app.src')
-rw-r--r--examples/ssl_hello_world/src/ssl_hello_world.app.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ssl_hello_world/src/ssl_hello_world.app.src b/examples/ssl_hello_world/src/ssl_hello_world.app.src
index 514da1c..d628b68 100644
--- a/examples/ssl_hello_world/src/ssl_hello_world.app.src
+++ b/examples/ssl_hello_world/src/ssl_hello_world.app.src
@@ -8,7 +8,8 @@
{applications, [
kernel,
stdlib,
- cowboy
+ cowboy,
+ ssl
]},
{mod, {ssl_hello_world_app, []}},
{env, []}