diff options
Diffstat (limited to 'manual/cowboy_app.md')
-rw-r--r-- | manual/cowboy_app.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cowboy_app.md b/manual/cowboy_app.md index 5311109..9fe316d 100644 --- a/manual/cowboy_app.md +++ b/manual/cowboy_app.md @@ -15,7 +15,7 @@ environment this means that they need to be started with the application is started. The `cowboy` application also uses the Erlang applications -`public_key` and `ssl` when listening for HTTPS connections. +`asn1`, `public_key` and `ssl` when listening for HTTPS connections. These are started automatically if they weren't before. Environment |