In 0.9.7-stable since the recent "PIC-ification", the assembly generation
scripts add a leading underscore to the target when generating a call to a
local label which has no leading underscore. EG the output of "perl
des-586.pl a.out" (run in crypto/des/asm) includes in its output:
jz .L007finish
call _.L008PIC_point
.L008PIC_point:
popl %edx
This of course leads to a link error.
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]