> crypto.c includes nonexisting files (obsolete remnants from earlier versions?
> Or should they be present?):
> 
> crypto/crypto.c:228: bn/bn_mod.c: No such file or directory
> crypto/crypto.c:237: bn/bn_sub.c: No such file or directory
> crypto/crypto.c:550: x509/x509pack.c: No such file or directory
> crypto/crypto.c:557: x509/v3_net.c: No such file or directory
> crypto/crypto.c:558: x509/v3_x509.c: No such file or directory

In many source codes directory there still are various files that are
not used for anything -- in this case the idea was to build the whole
library as a single object, which (according to doc/ssleay.txt) can
speed up compilation a lot (but results in large binaries, unless
shared libraries are used); see shlib directory, which is also
obsolete.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to