Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:gjhe
openssl-0.9.8k
bswap.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bswap.diff of Package openssl-0.9.8k
Index: crypto/camellia/cmll_locl.h =================================================================== --- crypto/camellia/cmll_locl.h.orig +++ crypto/camellia/cmll_locl.h @@ -97,7 +97,7 @@ extern "C" { (ct)[2] = (u8)((st) >> 8); \ (ct)[3] = (u8)(st); } -#if (defined (__GNUC__) && (defined(__x86_64__) || defined(__x86_64))) +#if (defined (__GNUC__) && (defined(__x86_64__) || defined(__x86_64) || defined(i386))) #define CAMELLIA_SWAP4(x) \ do{\ asm("bswap %1" : "+r" (x));\
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