diff --git a/src/cowboy_ssl_transport.erl b/src/cowboy_ssl_transport.erl index 8eaf3203b..7ce608d42 100644 --- a/src/cowboy_ssl_transport.erl +++ b/src/cowboy_ssl_transport.erl @@ -58,7 +58,6 @@ messages() -> {ssl, ssl_closed, ssl_error}. %% %% %% @see ssl:listen/2 -%% @todo The password option shouldn't be mandatory. -spec listen([{port, inet:ip_port()} | {certfile, string()} | {keyfile, string()} | {password, string()} | {cacertfile, string()} | {ip, inet:ip_address()}])