Commit 2e99dae8 authored by Doug MacEachern's avatar Doug MacEachern
Browse files

ssl_var_lookup() is enabled

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
parent d9af7762
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)