Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
libgcrypt.14857
libgcrypt-1.8.4-allow_FSM_same_state.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgcrypt-1.8.4-allow_FSM_same_state.patch of Package libgcrypt.14857
Index: libgcrypt-1.8.4/src/fips.c =================================================================== --- libgcrypt-1.8.4.orig/src/fips.c +++ libgcrypt-1.8.4/src/fips.c @@ -930,6 +930,10 @@ fips_new_state (enum module_states new_s } + /* Allow a transition to the current state */ + if (current_state == new_state) + ok = 1; + if (ok) { current_state = new_state;
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