Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:openSUSE:Factory:rpmlint
xmlsec1
xmlsec1-ui_null.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xmlsec1-ui_null.patch of Package xmlsec1
--- xmlsec1-1.2.33/src/openssl/app.c 2022-01-28 07:47:11.922603482 +0100 +++ xmlsec1-1.2.33/src/openssl/app.c 2022-01-28 08:18:12.786240295 +0100 @@ -437,7 +437,7 @@ } } - if(ENGINE_ctrl_cmd(engine, "SET_USER_INTERFACE", 0, (void *)UI_null(), 0, 1) < 0) { + if(ENGINE_ctrl_cmd(engine, "SET_USER_INTERFACE", 0, (void *)0, 0, 1) < 0) { xmlSecOpenSSLError("ENGINE_ctrl_cmd_string(SET_USER_INTERFACE)", NULL); goto done; } @@ -453,7 +453,7 @@ /* load private key */ pKey = ENGINE_load_private_key(engine, engineKeyId, - (UI_METHOD *)UI_null(), + (UI_METHOD *)0, NULL); if(pKey == NULL) { xmlSecOpenSSLError("ENGINE_load_private_key", NULL);
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