[openssl-dev] "typo" in SSL_CTX_set_min_proto_version.pod

Claus Assmann ca+ssl-dev at esmtp.org
Fri Oct 21 03:01:38 UTC 2016


Seems there are 4 functions, so don't explicitly mention the number:

diff --git a/doc/ssl/SSL_CTX_set_min_proto_version.pod b/doc/ssl/SSL_CTX_set_min_proto_version.pod
index 8878514..3e9fe80 100644
--- a/doc/ssl/SSL_CTX_set_min_proto_version.pod
+++ b/doc/ssl/SSL_CTX_set_min_proto_version.pod
@@ -34,7 +34,7 @@ B<DTLS1_2_VERSION> for DTLS.
 
 =head1 RETURN VALUES
 
-Both functions return 1 on success and 0 on failure.
+These functions return 1 on success and 0 on failure.
 
 =head1 NOTES
 


More information about the openssl-dev mailing list