summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-07-01 13:00:18 -0400
committerRich Salz <rsalz@akamai.com>2014-07-01 13:00:18 -0400
commit762a44de590ab0f9ada555e028199a51035ae04b (patch)
tree41350dddbec754003fadf754accecb1c40d92e95
parent854dfcd859db6f1b3144da2b91f3db5063a7794c (diff)
downloadopenssl-new-762a44de590ab0f9ada555e028199a51035ae04b.tar.gz
RT 3245; it's "bitwise or" not "logical or"
-rw-r--r--doc/ssl/SSL_CTX_set_options.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_set_options.pod b/doc/ssl/SSL_CTX_set_options.pod
index e2548c35b8..8baf6ac552 100644
--- 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)