Hello.

Today's snapshot generates warnings like these while making depend:
(after removing clutter and piping through sort and uniq)

makedepend: warning:  ../../include/openssl/asn1.h includes
../../include/openssl/e_os2.h more than once!
makedepend: warning:  ../../include/openssl/x509.h includes
../../include/openssl/evp.h more than once!
makedepend: warning:  ../include/openssl/asn1.h includes
../include/openssl/e_os2.h more than once!
makedepend: warning:  ../include/openssl/ssl.h includes
../include/openssl/bio.h more than once!
makedepend: warning:  ../include/openssl/ssl.h includes
../include/openssl/x509.h more than once!
makedepend: warning:  ../include/openssl/x509.h includes
../include/openssl/evp.h more than once!
makedepend: warning:  bss_bio.c includes ../../include/openssl/err.h more
than once!
makedepend: warning:  eng_openssl.c includes ../../include/openssl/evp.h
more than once!
makedepend: warning:  err_prn.c includes ../../include/openssl/crypto.h more
than once!
makedepend: warning:  passwd.c includes ../include/openssl/evp.h more than
once!
makedepend: warning:  pkcs8.c includes apps.h more than once!


Sometimes it is a clean duplicate include (like e_os2.h in asn1.h)
or sometimes a code like this from x509.h:

#ifndef OPENSSL_NO_EVP
#include <openssl/evp.h>
#endif
<snip>
#include <openssl/evp.h>

It looks like a result of a bad merge, in which case other problems may 
have been introduced.  And it happens on both the trunk and 0_9_7 branch.

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

Reply via email to