openssl_options: rejig default code & debug prints.
authorPhil Pennock <pdp@exim.org>
Tue, 22 Mar 2011 12:39:43 +0000 (08:39 -0400)
committerPhil Pennock <pdp@exim.org>
Tue, 22 Mar 2011 12:39:43 +0000 (08:39 -0400)
commit0e944a0d8501ebf6ff71c652a48bd38b984f4450
treea2f3dfdee265181e3d2f1644cac1a9483bb0ac65
parentc0c7b2dab3cf3ecba52430cd61d52f0463aa0eb1
openssl_options: rejig default code & debug prints.

A couple of debug_printf()s missing trailing \n.

Set the default to 0L and |= the one item we default, rather than
setting outright, in the hopes of soon also |= setting another option if
available (SSL_OP_NO_SSLv2).
src/src/tls-openssl.c