You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by do...@apache.org on 2001/08/24 08:58:00 UTC

cvs commit: httpd-2.0/modules/ssl README

dougm       01/08/23 23:58:00

  Modified:    modules/ssl README
  Log:
  ssl_var_lookup() is enabled
  apr optional functions do not need to be unregistered
  
  Revision  Changes    Path
  1.27      +0 -4      httpd-2.0/modules/ssl/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ssl/README,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- README	2001/08/24 04:08:04	1.26
  +++ README	2001/08/24 06:58:00	1.27
  @@ -170,10 +170,6 @@
   
    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)