At 12:06 AM 3/13/2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: >- Move the inclusion of openssl headers to ssl_toolkit_compat.h, and change >to include headers of type "openssl/ssl.h" instad of "ssl.h". That is what >is followed by the openssl sources also, and I believe mod_ssl should also >do the same. Also, please refer to PR11310. (Geoff's patch)
Just a footnote to that thought. We have a *ton* of internal, private entry points and data declarations in mod_ssl.h. IMHO - we should be simplifying mod_ssl.h to the point where it's only public structures, entry points and declarations, and only mod_ssl.h is moved to our installed 'include/' tree. This part of the patch is a *great* step in the right direction :-) Bill