From e0b5108c605b541252e601608ff70e8fb57d256f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 27 Feb 2016 17:08:50 -0500 Subject: [PATCH] RT4354: Add some cross-refs Stack Overflow has a number of questions related to mutual authentication, the client and its certificate. Those visiting the man pages for functions like SSL_CTX_use_certificate and SSL_CTX_load_verify_locations don't receive the benefit of a cross reference to SSL_CTX_set_client_CA_list. Reviewed-by: Richard Levitte --- doc/ssl/SSL_CTX_load_verify_locations.pod | 3 ++- doc/ssl/SSL_CTX_use_certificate.pod | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ssl/SSL_CTX_load_verify_locations.pod b/doc/ssl/SSL_CTX_load_verify_locations.pod index de388d3b50..53e119e7ae 100644 --- a/doc/ssl/SSL_CTX_load_verify_locations.pod +++ b/doc/ssl/SSL_CTX_load_verify_locations.pod @@ -141,6 +141,7 @@ L, L, L, L, -L +L, +L =cut diff --git a/doc/ssl/SSL_CTX_use_certificate.pod b/doc/ssl/SSL_CTX_use_certificate.pod index 2bb0ea60b5..13bb27702d 100644 --- a/doc/ssl/SSL_CTX_use_certificate.pod +++ b/doc/ssl/SSL_CTX_use_certificate.pod @@ -154,6 +154,7 @@ L, L, L, L, L, L, +L, L, L -- 2.25.1