On Thu, May 20, 1999 at 06:13:58PM +0200, Richard Levitte - VMS Whacker wrote:
> If e_os.h shouldn't be exported, shouldn't it be removed from the
> EXHEADER macro in Makefile.org?
In theory, yes. It's just that then it won't be in the
include/openssl directory during compilation of the library (and it
would be inconsistent to put at there, but not install it), but it
must be includeable from all directories when the library is compiled.
Just using #include "../../e_os.h" (with an appropriate number of
"../"s) won't work for the makefile.one case. So a couple of changes
to all Makefiles and many source files are necessary (add -I../.. and
the like; change #includes for e_os.h), and apparently no-one felt
like doing that up to now :-)
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]