You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Kohrs, Steven" <sk...@fnni.com> on 2003/12/04 20:32:42 UTC

[users@httpd] Help building Apache 2.0 with experimental SSL support

I'm trying to build an Apache 2.0 server that can take advantage of an
IBM Crypto Accelerator device.  For Apache 1.3.26, you pass mod_ssl
build the configure option of "--enable-rule=SSL_EXPERIMENTAL" during
its build.  What is the equivilent under Apache 2.0?  

I found an #ifdef SSL_EXPERIMENTAL_ENGINE statement in mod_ssl.c, but
removing the ifdef/endif surrounding it didn't work during the Apache
build.  TIA.