From: William A. Rowe Jr Date: Mon, 19 May 2003 15:04:06 +0000 (+0000) Subject: Drop archiac notes - no special steps required once we test for ENGINE_init() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc9f0a6d0dbb46f726266ff988117feb60e6bee;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/README b/README index 18aee8984c3..5f9421cf508 100644 --- a/README +++ b/README @@ -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