aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/ranch_ssl.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-06-25 13:54:51 +0200
committerLoïc Hoguin <[email protected]>2020-06-25 13:55:22 +0200
commit1115bf4e33c30b505875e23d54bc78fbf4d48e13 (patch)
tree258ec4f06fd2af7b7e3d8c21c9c9ef08ce6cf23f /doc/src/manual/ranch_ssl.asciidoc
parent7ff57d26daa22ec1947fe02697a20e76abbc9f07 (diff)
downloadranch-1115bf4e33c30b505875e23d54bc78fbf4d48e13.tar.gz
ranch-1115bf4e33c30b505875e23d54bc78fbf4d48e13.tar.bz2
ranch-1115bf4e33c30b505875e23d54bc78fbf4d48e13.zip
ssl_opt() was updated for OTP-23 not OTP-22
Diffstat (limited to 'doc/src/manual/ranch_ssl.asciidoc')
-rw-r--r--doc/src/manual/ranch_ssl.asciidoc2
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