projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8a8a91
)
Fix grammar error in SSL_CTX_set_min_proto_version
author
Claus Assmann
<ca+ssl-dev@esmtp.org>
Fri, 21 Oct 2016 10:15:39 +0000
(06:15 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 21 Oct 2016 10:42:20 +0000
(06:42 -0400)
CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1762)
doc/ssl/SSL_CTX_set_min_proto_version.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_CTX_set_min_proto_version.pod
b/doc/ssl/SSL_CTX_set_min_proto_version.pod
index 8878514968e54cbca20e466bcab5f207240fe0f9..3e9fe80b7073900c948e0cd9da020f2bae5bd3c1 100644
(file)
--- 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