Fix grammar error in SSL_CTX_set_min_proto_version
[openssl.git] / doc / ssl / SSL_CTX_set_min_proto_version.pod
index 8fcfba1d9f9fc8d956bcb1f86d3aba2b80af717a..3e9fe80b7073900c948e0cd9da020f2bae5bd3c1 100644 (file)
@@ -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
 
@@ -48,4 +48,13 @@ The functions were added in OpenSSL 1.1.0
 
 L<SSL_CTX_set_options(3)>, L<SSL_CONF_cmd(3)>
 
+=head1 COPYRIGHT
+
+Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the OpenSSL license (the "License").  You may not use
+this file except in compliance with the License.  You can obtain a copy
+in the file LICENSE in the source distribution or at
+L<https://www.openssl.org/source/license.html>.
+
 =cut