Commit af981da5 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Drop archiac notes - no special steps required once we test for ENGINE_init()


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@99920 13f79535-47bb-0310-9956-ffa450edef68
parent bd4308d3
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -62,28 +62,6 @@ DATA STRUCTURES
 a smaller version inside XFig by specifing a magnification on the Export
 panel.

EXPERIMENTAL CODE

 Experimental code is always encapsulated as following:

   | #ifdef SSL_EXPERIMENTAL_xxxx
   | ...
   | #endif

 This way it is only compiled in when this define is enabled with
 the APACI --enable-rule=SSL_EXPERIMENTAL option and as long as the
 C pre-processor variable SSL_EXPERIMENTAL_xxxx_IGNORE is _NOT_
 defined (via CFLAGS). Or in other words: SSL_EXPERIMENTAL enables all
 SSL_EXPERIMENTAL_xxxx variables, except if SSL_EXPERIMENTAL_xxxx_IGNORE
 is already defined. Currently the following features are experimental:

   o SSL_EXPERIMENTAL_ENGINE
     The ability to support the new forthcoming OpenSSL ENGINE stuff.
     Until this development branch of OpenSSL is merged into the main
     stream, you have to use openssl-engine-0.9.x.tar.gz for this.
     mod_ssl automatically recognizes this OpenSSL variant and then can
     activate external crypto devices through SSLCryptoDevice directive.

INCOMPATIBILITIES

 The following intentional incompatibilities exist between mod_ssl 2.x