-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Description
Failure to build > OTP 20
_build/default/lib/riak_core/src/riak_core_ssl_util.erl:131: ssl:ssl_accept/2: deprecated; use ssl:handshake/2 instead
As ssl:handshake was not introduced until OTP21, should we use nowarn_deprecated_function
for now?
Also see - https://github.com/basho/riak_core/blob/develop-3.0/src/riak_core_tcp_mon.erl#L461
The ssl:handshake/1 function does not have ok
as a valid return - https://github.com/erlang/otp/edit/maint/lib/ssl/doc/src/ssl.xml#L1352.
Metadata
Metadata
Assignees
Labels
No labels