Bodo Moeller wrote:
>
> An issue that still is open as of yet is what to do with the exported
> header files. Currently, /usr/local/ssl/include/foo.h will
> #include "bar.h"
> which it should't --
> #include <bar.h>
> is better because it cannot conflict with application files.
> However, I'd prefer moving everything to <openssl/bar.h>
> so that it cannot conflict even with other libraries.
> To compile applications that don't know about the new names,
> one would have to add -I/usr/local/ssl/include/openssl to
> their CFLAGS; new applications could use only -I/usr/local/ssl/include,
> and the header files could alternatively be installed in (or linked
> to) /usr/local/include/openssl.
>
> Comments, ideas, vetoes ....?
I think it is a good idea.
Cheers,
Ben.
--
http://www.apache-ssl.org/ben.html
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]