From 762a44de590ab0f9ada555e028199a51035ae04b Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 1 Jul 2014 13:00:18 -0400 Subject: RT 3245; it's "bitwise or" not "logical or" --- doc/ssl/SSL_CTX_set_options.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ssl') 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 +The options are coded as bitmasks and can be combined by a bitwise B operation (|). SSL_CTX_set_options() and SSL_set_options() affect the (external) -- cgit v1.2.3