From 02cca684ec0180f4f05faf3be5f8e7d71964fac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Dimitrov?= Date: Tue, 13 Feb 2018 14:39:56 +0100 Subject: ssl: Use uri_string Change-Id: I1249b93b1e4a971cf1af2cb96a65563e23117e2b --- lib/ssl/doc/src/ssl_crl_cache.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ssl/doc/src') diff --git a/lib/ssl/doc/src/ssl_crl_cache.xml b/lib/ssl/doc/src/ssl_crl_cache.xml index 7a67de3971..738487759a 100644 --- a/lib/ssl/doc/src/ssl_crl_cache.xml +++ b/lib/ssl/doc/src/ssl_crl_cache.xml @@ -40,7 +40,7 @@ delete(Entries) -> ok | {error, Reason} - Entries = http_uri:uri() | {file, string()} | {der, [ Entries = uri_string:uri_string() | {file, string()} | {der, [ public_key:der_encoded() ]} Reason = term() @@ -55,7 +55,7 @@ CRLSrc = {file, string()} | {der, [ public_key:der_encoded() ]} - URI = http_uri:uri() + URI = uri_string:uri_string() Reason = term() @@ -63,4 +63,4 @@ - \ No newline at end of file + -- cgit v1.2.3