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?

--gv

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to