Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:wbem
openwbem
openwbem-reset-crypto-locking-cb.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openwbem-reset-crypto-locking-cb.patch of Package openwbem
--- src/common/socket/OW_SSLCtxMgr.cpp +++ src/common/socket/OW_SSLCtxMgr.cpp 2007/09/18 14:09:27 @@ -248,6 +248,11 @@ public: CryptographicRandomNumber::saveRandomState(); } SSLCtxMgr::uninit(); + + // Reset locking callback before delete of mutex_buf; + // the id and dyn_* callbacks don't need any reset. + CRYPTO_set_locking_callback(NULL); + delete[] mutex_buf; mutex_buf = 0; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor