ssl_verify_fun.erl
ssl_verify_fun.erl copied to clipboard
fix annotated type variables with distinct types
as per OTP pull request #7717, duplicate annotation variables that have different types will not be allowed in OTP-27.
this PR simply re-writes the type specification so that it is compliant with the OTP change.