]> granicus.if.org Git - apache/commit
Port ssl_util_table.[ch] to Apache 2.0 by just removing all platform
authorRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 20:19:35 +0000 (20:19 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 20:19:35 +0000 (20:19 +0000)
commit589126112d894271f99c3bd3a90bf62ac46f89e0
treea699fa961bccc5210c8bc73acfc46c83d83303a4
parent95bd2224cb2ee2b3ec10b6bf02bcd72a772a7a09
Port ssl_util_table.[ch] to Apache 2.0 by just removing all platform
depended code (table_read, table_write). This is possible because this
table library is local to mod_ssl and inside mod_ssl this library is
used for manipulating hash tables inside shared memory segments only. So
we can just get rid of the unportable parts at all.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89030 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/README
modules/ssl/ssl_util_table.c
modules/ssl/ssl_util_table.h