]> granicus.if.org Git - apache/commitdiff
Drop archiac notes - no special steps required once we test for ENGINE_init()
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 19 May 2003 15:04:06 +0000 (15:04 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 19 May 2003 15:04:06 +0000 (15:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99920 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/README

index 18aee8984c3c524dccaf19c6c2a5f045d07b3908..5f9421cf50895a05ddce2b7d7ea52f6375b9d7f5 100644 (file)
@@ -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