Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153350440
D6164.id15948.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
455 B
Referenced Files
None
Subscribers
None
D6164.id15948.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D6164: Make this code position independent
Attached
Detach File
Event Timeline
Log In to Comment