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:
854dfcd
)
RT 3245; it's "bitwise or" not "logical or"
author
Rich Salz
<rsalz@akamai.com>
Tue, 1 Jul 2014 17:00:18 +0000
(13:00 -0400)
committer
Rich Salz
<rsalz@akamai.com>
Tue, 1 Jul 2014 17:00:18 +0000
(13:00 -0400)
doc/ssl/SSL_CTX_set_options.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_CTX_set_options.pod
b/doc/ssl/SSL_CTX_set_options.pod
index e2548c35b815ce6e28827742c44a2d68a4df94e7..8baf6ac5521f80a048da3cd3da613c6f17af7545 100644
(file)
--- a/
doc/ssl/SSL_CTX_set_options.pod
+++ b/
doc/ssl/SSL_CTX_set_options.pod
@@
-44,7
+44,7
@@
secure renegotiation.
=head1 NOTES
The behaviour of the SSL library can be changed by setting several options.
-The options are coded as bitmasks and can be combined by a
logical
B<or>
+The options are coded as bitmasks and can be combined by a
bitwise
B<or>
operation (|).
SSL_CTX_set_options() and SSL_set_options() affect the (external)