Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
libgcrypt
libgcrypt-1.10.0-allow_FSM_same_state.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgcrypt-1.10.0-allow_FSM_same_state.patch of Package libgcrypt
Index: libgcrypt-1.10.0/src/fips.c =================================================================== --- libgcrypt-1.10.0.orig/src/fips.c +++ libgcrypt-1.10.0/src/fips.c @@ -890,6 +890,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