summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Favatella <luca.favatella@onfido.com>2020-04-08 18:10:39 +0100
committerLuca Favatella <luca.favatella@onfido.com>2020-04-08 18:17:25 +0100
commita6bbecbaf8b2da6eee2286dbbae256aafe342765 (patch)
tree478bfc34a9190270235516d73f79d982947cc80e
parent0ccb19beee5211b1a7a4d5f6a735563507e71db0 (diff)
downloaderlang-a6bbecbaf8b2da6eee2286dbbae256aafe342765.tar.gz
ssl: fix documentation of option `crl_cache`
... restoring it to its intended value before e042afe547 that planted the type for using it in the doc.
-rw-r--r--lib/ssl/src/ssl.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl.erl b/lib/ssl/src/ssl.erl
index ca6b65e8db..3a6c2e4f38 100644
--- a/lib/ssl/src/ssl.erl
+++ b/lib/ssl/src/ssl.erl
@@ -340,7 +340,9 @@
-type custom_verify() :: {Verifyfun :: fun(), InitialUserState :: any()}.
-type crl_check() :: boolean() | peer | best_effort.
--type crl_cache_opts() :: [any()].
+-type crl_cache_opts() :: {Module :: atom(),
+ {DbHandle :: internal | term(),
+ Args :: list()}}.
-type handshake_size() :: integer().
-type hibernate_after() :: timeout().
-type root_fun() :: fun().