summaryrefslogtreecommitdiff
path: root/LAYOUT
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2010-12-15 21:51:12 +0000
committerRainer Jung <rjung@apache.org>2010-12-15 21:51:12 +0000
commit589e3c126412cc62a0a337366a66c266dac2c4be (patch)
tree4f54368998d2f08ac2e6c1f36cdedb1a9f74c009 /LAYOUT
parentbefd3a14b1fbe8f99f713d524145d1755a029acb (diff)
downloadhttpd-589e3c126412cc62a0a337366a66c266dac2c4be.tar.gz
Remove some obsolete files from obsolete and
incomplete list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1049726 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'LAYOUT')
-rw-r--r--LAYOUT13
1 files changed, 0 insertions, 13 deletions
diff --git a/LAYOUT b/LAYOUT
index 6052e237f9..9a630689c9 100644
--- a/LAYOUT
+++ b/LAYOUT
@@ -117,23 +117,10 @@ modules/ ................ Manditory and Add-In Apache stock modules
ssl_engine_pphrase.c .... pass-phrase handling
ssl_engine_rand.c ....... PRNG support
ssl_engine_vars.c ....... Variable Expansion support
- ssl_expr.c .............. expression handling main source
- ssl_expr.h .............. expression handling common header
- ssl_expr_scan.c ......... expression scanner automaton (pre-generated)
- ssl_expr_scan.l ......... expression scanner source
- ssl_expr_parse.c ........ expression parser automaton (pre-generated)
- ssl_expr_parse.h ........ expression parser header (pre-generated)
- ssl_expr_parse.y ........ expression parser source
- ssl_expr_eval.c ......... expression machine evaluation
ssl_scache.c ............ session cache abstraction layer
- ssl_scache_dbm.c ........ session cache via DBM file
- ssl_scache_shmcb.c ...... session cache via shared memory cyclic buffer
- ssl_scache_dc.c ......... session cache offloading via 'distcache'
ssl_util.c .............. utility functions
ssl_util_ssl.c .......... the OpenSSL companion source
ssl_util_ssl.h .......... the OpenSSL companion header
- ssl_util_table.c ........ the hash table library source
- ssl_util_table.h ........ the hash table library header
test/ ................... not distributed with released source tarballs