]> granicus.if.org Git - apache/commitdiff
ssl_var_lookup() is enabled
authorDoug MacEachern <dougm@apache.org>
Fri, 24 Aug 2001 06:58:00 +0000 (06:58 +0000)
committerDoug MacEachern <dougm@apache.org>
Fri, 24 Aug 2001 06:58:00 +0000 (06:58 +0000)
apr optional functions do not need to be unregistered
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90625 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/README

index 7299128c79d0c78566f265ca17efa9858450f62d..a09df6d144c5bba3b36c59c732563a54df07ed2f 100644 (file)
 
  o Cleanup ssl_engine_io.c !!
  o Port all remaining code (code inside #if 0...#endif blocks)
- o Enable the use of ssl_var_lookup (and other ssl_var_* functionalities).
- o Whether to unregister and how to unregister?
-   ssl_var_unregister();
-   ssl_ext_unregister();
  o Do we need SSL_set_read_ahead()?
  o Enable use of MM, SHMCB and SHMHT.
  o Enable SSL extensions (ssl_engine_ext.c)