Page MenuHomeFreeBSD

D6164.id15948.diff
No OneTemporary

D6164.id15948.diff

Index: secure/lib/libcrypto/i386/crypt586.s
===================================================================
--- secure/lib/libcrypto/i386/crypt586.s
+++ secure/lib/libcrypto/i386/crypt586.s
@@ -14,7 +14,15 @@
xorl %edi,%edi
xorl %esi,%esi
+#ifdef PIC
+ calll .L1
+.L1:
+ popl %edx
+ addl $_GLOBAL_OFFSET_TABLE_+(.-.L1), %edx
+ movl DES_SPtrans@GOT(%edx), %edx
+#else
leal DES_SPtrans,%edx
+#endif
pushl %edx
movl 28(%esp),%ebp
pushl $25

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 3:44 PM (17 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31918721
Default Alt Text
D6164.id15948.diff (455 B)

Event Timeline