From 24a22fa657af8398c963889d0bf08a904c96ec8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 8 Sep 2013 20:17:25 +0200 Subject: Convert the SSL hello world example to a release --- examples/ssl_hello_world/src/ssl_hello_world.app.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/ssl_hello_world/src/ssl_hello_world.app.src') 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, []} -- cgit v1.2.3