Thanks a lot to Doug Kaufmann for the MSDOS patches for djgpp. But one thing I don't
understand. In ./crypto/bn/bn_mul.c:
#if defined(OPENSSL_NO_ASM) || !(defined(__i386) || defined(__i386__)) || \
  defined(__DJGPP__) /* Assembler implementation exists only for x86 */

I haven't studied the Makefiles, but surely djgpp target should use the assembly 
version 
in bn-586.pl? Otherwise, simpy defining OPENSSL_NO_ASM for djgpp should be enough.

Gisle V.

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

Reply via email to