Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:saltstack:bundle:testing:CentOS7
saltbundlepy-cryptography
definitions-ERR_GET.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File definitions-ERR_GET.patch of Package saltbundlepy-cryptography
--- a/src/_cffi_src/openssl/err.py +++ b/src/_cffi_src/openssl/err.py @@ -46,4 +46,13 @@ """ CUSTOMIZATIONS = """ +#ifndef ERR_GET_LIB +#define ERR_GET_LIB(l) (int)(((l) >> 24L) & 0x0FFL) +#endif +#ifndef ERR_GET_FUNC +#define ERR_GET_FUNC(l) (int)(((l) >> 12L) & 0xFFFL) +#endif +#ifndef ERR_GET_REASON +#define ERR_GET_REASON(l) (int)( (l) & 0xFFFL) +#endif """
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