RT 3245; it's "bitwise or" not "logical or"

This commit is contained in:
Rich Salz 2014-07-01 13:00:18 -04:00
parent 854dfcd859
commit 762a44de59

View File

@ -44,7 +44,7 @@ secure renegotiation.
=head1 NOTES =head1 NOTES
The behaviour of the SSL library can be changed by setting several options. 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 (|). operation (|).
SSL_CTX_set_options() and SSL_set_options() affect the (external) SSL_CTX_set_options() and SSL_set_options() affect the (external)