Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 916439 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/SSL.cpp
0
++ b/src/SSL.cpp
Lines 33-39 Link Here
33
	// If we detect that no locking callback is configured, we
33
	// If we detect that no locking callback is configured, we
34
	// have to set it up ourselves to allow multi-threaded use
34
	// have to set it up ourselves to allow multi-threaded use
35
	// of OpenSSL.
35
	// of OpenSSL.
36
	if (!CRYPTO_get_locking_callback()) {
36
	if (true) {
37
		SSLLocks::initialize();
37
		SSLLocks::initialize();
38
	}
38
	}
39
}
39
}

Return to bug 916439