Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:saltstack:bundle:testing:CentOS7
saltbundlepy-cryptography
fips-mode.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fips-mode.patch of Package saltbundlepy-cryptography
--- a/src/_cffi_src/openssl/fips.py +++ b/src/_cffi_src/openssl/fips.py @@ -18,6 +18,14 @@ """ CUSTOMIZATIONS = """ +int FIPS_mode_set(int) { + return 0; +} + +int FIPS_mode(void) { + return 0; +} + #if CRYPTOGRAPHY_IS_LIBRESSL static const long Cryptography_HAS_FIPS = 0; int (*FIPS_mode_set)(int) = 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