]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
2.0 -> 2.1
authorWilfredo Sanchez <wsanchez@apache.org>
Sun, 8 Dec 2002 21:05:57 +0000 (21:05 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Sun, 8 Dec 2002 21:05:57 +0000 (21:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97800 13f79535-47bb-0310-9956-ffa450edef68

README
ssl_expr_scan.c

diff --git a/README b/README
index b24af26fe543fbe98a6285f831e2e205e9610f75..18aee8984c3c524dccaf19c6c2a5f045d07b3908 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 SYNOPSIS
 
- This Apache module provides strong cryptography for the Apache 2.0 webserver
+ This Apache module provides strong cryptography for the Apache 2 webserver
  via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
  v1) protocols by the help of the SSL/TLS implementation library OpenSSL which
  is based on SSLeay from Eric A. Young and Tim J. Hudson. 
@@ -13,7 +13,7 @@ SYNOPSIS
 
 SOURCES
 
- See the top-level LAYOUT file in httpd-2.0 for file descriptions.
+ See the top-level LAYOUT file in httpd-2.1 for file descriptions.
 
  The source files are written in clean ANSI C and pass the ``gcc -O -g
  -ggdb3 -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes
@@ -87,7 +87,7 @@ EXPERIMENTAL CODE
 INCOMPATIBILITIES
 
  The following intentional incompatibilities exist between mod_ssl 2.x
- from Apache 1.3 and this mod_ssl version for Apache 2.0:
+ from Apache 1.3 and this mod_ssl version for Apache 2:
 
  o The complete EAPI-based SSL_VENDOR stuff was removed.
  o The complete EAPI-based SSL_COMPAT stuff was removed.
@@ -95,10 +95,10 @@ INCOMPATIBILITIES
 
 MAJOR CHANGES 
 
- For a complete history of changes for Apache 2.0 mod_ssl, see the 
- CHANGES file in the top-level httpd-2.0 directory.  The following 
+ For a complete history of changes for Apache 2 mod_ssl, see the 
+ CHANGES file in the top-level httpd-2.1 directory.  The following 
  is a condensed summary of the major changes were made between 
- mod_ssl 2.x from Apache 1.3 and this mod_ssl version for Apache 2.0:
+ mod_ssl 2.x from Apache 1.3 and this mod_ssl version for Apache 2:
 
  o The DBM based session cache is now based on APR's DBM API only.
  o The shared memory based session cache is now based on APR's APIs.
@@ -126,4 +126,4 @@ MAJOR CHANGES
 
 TODO
 
- See the top-level STATUS file in httpd-2.0 for current efforts and goals.
+ See the top-level STATUS file in httpd-2.1 for current efforts and goals.
index 6bc54040c955f7aa4c8b1bdef79fd204744d7405..e14dccecf8ef083f5091ed7e14d0eab87eeccf4e 100644 (file)
@@ -18,7 +18,7 @@
 /* A lexical scanner generated by flex */
 
 /* Scanner skeleton version:
- * $Header: /home/striker/cvs2svn/dumps/httpd-2.0/../../httpd-2.0/modules/ssl/ssl_expr_scan.c,v 1.12 2002/09/30 23:45:58 rbb Exp $
+ * $Header: /home/striker/cvs2svn/dumps/httpd-2.0/../../httpd-2.0/modules/ssl/ssl_expr_scan.c,v 1.13 2002/12/08 21:05:57 wsanchez Exp $
  */
 
 #define FLEX_SCANNER