Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
libgcrypt
libgcrypt-invoke-global_init-from-constructor.p...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgcrypt-invoke-global_init-from-constructor.patch of Package libgcrypt
Index: libgcrypt-1.8.2/src/global.c =================================================================== --- libgcrypt-1.8.2.orig/src/global.c +++ libgcrypt-1.8.2/src/global.c @@ -145,6 +145,9 @@ void __attribute__ ((constructor)) _gcry { /* We always need the FSM lock to be functional. */ _gcry_initialize_fsm_lock (); + + /* Run the self-tests from the constructor. */ + global_init (); } /* This function is called by the macro fips_is_operational and makes
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