diff options
author | Loïc Hoguin <[email protected]> | 2020-06-25 13:54:51 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2020-06-25 13:55:22 +0200 |
commit | 1115bf4e33c30b505875e23d54bc78fbf4d48e13 (patch) | |
tree | 258ec4f06fd2af7b7e3d8c21c9c9ef08ce6cf23f | |
parent | 7ff57d26daa22ec1947fe02697a20e76abbc9f07 (diff) | |
download | ranch-1115bf4e33c30b505875e23d54bc78fbf4d48e13.tar.gz ranch-1115bf4e33c30b505875e23d54bc78fbf4d48e13.tar.bz2 ranch-1115bf4e33c30b505875e23d54bc78fbf4d48e13.zip |
ssl_opt() was updated for OTP-23 not OTP-22
-rw-r--r-- | doc/src/manual/ranch_ssl.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/ranch_ssl.asciidoc b/doc/src/manual/ranch_ssl.asciidoc index 49dc4d2..754d90b 100644 --- a/doc/src/manual/ranch_ssl.asciidoc +++ b/doc/src/manual/ranch_ssl.asciidoc @@ -323,7 +323,7 @@ The options `sni_fun` and `sni_hosts` are mutually exclusive. == Changelog -* *2.0*: The `ssl_opt()` type was updated for OTP-22.0. +* *2.0*: The `ssl_opt()` type was updated for OTP-23.0. == See also |