Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP2
libgcrypt.7796
libgcrypt-fips_run_selftest_at_constructor.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgcrypt-fips_run_selftest_at_constructor.patch of Package libgcrypt.7796
Index: libgcrypt-1.6.1/src/global.c =================================================================== --- libgcrypt-1.6.1.orig/src/global.c 2014-09-21 11:41:09.242948783 +0200 +++ libgcrypt-1.6.1/src/global.c 2014-09-21 11:54:49.567586644 +0200 @@ -124,7 +124,11 @@ global_init (void) err = _gcry_mpi_init (); if (err) goto fail; - + if (fips_mode()) { + err = _gcry_fips_run_selftests (0); + if (err) + goto fail; + } return; fail:
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