hi Ben,

> > 
> > Why does engines insist to compile the engines with no-engine.
> 
> We generally do this because we don't have a mechanism for conditionals
> in Makefiles.
> 

hm, pushing a model makefile through a C preprocessor?  


> >   evp/c_all_c.c does not compile, the program
> > seems useless anyway, it just includes engine.h  unconditionally.
> 
> All headers are included unconditionally - this is so we don't get
> dependency flap between the developers.

If engines are not defined, the engine.h does not like to be included since it has

#ifdef OPENSSL_NO_ENGINE
#error ENGINE is disabled.
#endif

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

Reply via email to