Skip to content

Commit 2b526ef

Browse files
committed
ssl: Correct doc
1 parent 7e1c418 commit 2b526ef

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

lib/ssl/src/ssl_crl_cache_api.erl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ Backwards compatibility, replaced by lookup/3
5858
""".
5959
-callback lookup(DistPoint::dist_point(), CacheRef::crl_cache_ref()) ->
6060
not_available | [public_key:der_encoded()] |
61-
{{logger, logger_info()}, [public_key:der_encoded()]}.
62-
63-
61+
{logger, logger_info(), [public_key:der_encoded()]}.
6462
-doc(#{since => <<"OTP 19.0">>}).
6563
-doc """
6664
Lookup the CRLs belonging to the distribution point `Distributionpoint`. This
@@ -82,8 +80,7 @@ produce log events.
8280
""".
8381
-callback lookup(Distpoint::dist_point(), Issuer::public_key:issuer_name(), CacheRef::crl_cache_ref()) ->
8482
not_available | [public_key:der_encoded()] |
85-
{{logger, logger_info()}, [public_key:der_encoded()]}.
86-
83+
{logger, logger_info(), [public_key:der_encoded()]}.
8784

8885
-doc(#{since => <<"OTP 18.0">>}).
8986
-doc """

0 commit comments

Comments
 (0)