Ticket #53885: patch-openssl-tiger-ppc-signal-posix.diff
File patch-openssl-tiger-ppc-signal-posix.diff, 514 bytes (added by kencu (Ken), 8 years ago) |
---|
-
./crypto/ppccap.c
old new 148 148 if (sigsetjmp(ill_jmp, 1) == 0) { 149 149 OPENSSL_altivec_probe(); 150 150 OPENSSL_ppccap_P |= PPC_ALTIVEC; 151 if (sigsetjmp(ill_jmp, 1) == 0) { 151 #ifndef __APPLE__ 152 if (sigsetjmp(ill_jmp, 1) == 0) { 152 153 OPENSSL_crypto207_probe(); 153 154 OPENSSL_ppccap_P |= PPC_CRYPTO207; 154 155 } 156 #endif 155 157 } 156 158 157 159 sigaction(SIGILL, &ill_oact, NULL);