There's some more problems with OPENSSL_ia32cap. In crypto\bn\asm\bn.586.pl it says: if ($sse2) { &picmeup("eax","OPENSSL_ia32cap");
but on my target (gcc/djgpp) that should actually be "_OPENSSL_ia32cap". I tried with prefixing with $under, but didn't work since I know next to nothing about PerlAsm.
How can this be fixed?
As far as I can see "stock" OpenSSL doesn't generate assembler moduler for DJGPP, so you've got to tell more details about how do you generate assembler modules. Note that &picmeup is used in des assembler modules. Can you figure out how it works there? A.
______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]