| OLD | NEW |
| 1 #if defined(__i386__) | 1 #if defined(__i386__) |
| 2 .file "rc4-586.S" | 2 .file "rc4-586.S" |
| 3 .text | 3 .text |
| 4 .globl _RC4 | 4 .globl _RC4 |
| 5 .align 4 | 5 .align 4 |
| 6 _RC4: | 6 _RC4: |
| 7 L_RC4_begin: | 7 L_RC4_begin: |
| 8 pushl %ebp | 8 pushl %ebp |
| 9 pushl %ebx | 9 pushl %ebx |
| 10 pushl %esi | 10 pushl %esi |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 .byte 114,99,52,40,49,120,44,99,104,97,114,41,0 | 370 .byte 114,99,52,40,49,120,44,99,104,97,114,41,0 |
| 371 .byte 114,99,52,40,56,120,44,109,109,120,41,0 | 371 .byte 114,99,52,40,56,120,44,109,109,120,41,0 |
| 372 .byte 82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89 | 372 .byte 82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89 |
| 373 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 | 373 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 |
| 374 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 | 374 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 |
| 375 .align 6,0x90 | 375 .align 6,0x90 |
| 376 .section __IMPORT,__pointers,non_lazy_symbol_pointers | 376 .section __IMPORT,__pointers,non_lazy_symbol_pointers |
| 377 L_OPENSSL_ia32cap_P$non_lazy_ptr: | 377 L_OPENSSL_ia32cap_P$non_lazy_ptr: |
| 378 .indirect_symbol _OPENSSL_ia32cap_P | 378 .indirect_symbol _OPENSSL_ia32cap_P |
| 379 .long 0 | 379 .long 0 |
| 380 #endif | 380 #endif |
| OLD | NEW |