Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-Web-Scripting:aarch64
SUSE:SLE-12-SP1:GA
compat-openssl098.3237
intel-0.9.8-switch.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File intel-0.9.8-switch.diff of Package compat-openssl098.3237
Index: openssl-0.9.8h/crypto/cryptlib.c =================================================================== --- openssl-0.9.8h.orig/crypto/cryptlib.c +++ openssl-0.9.8h/crypto/cryptlib.c @@ -579,6 +579,10 @@ void OPENSSL_cpuid_setup(void) #endif else vec = OPENSSL_ia32_cpuid()|(1<<10); + + if (getenv("OPENSSL_DISABLE_AESNI")) + vec &= ~(((IA32CAP)0x2000000)<<32); /* AES-NI 57-bit */ + /* * |(1<<10) sets a reserved bit to signal that variable * was initialized already... This is to avoid interference
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