You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2003/11/26 10:34:15 UTC

cvs commit: httpd-2.0/modules/ssl mod_ssl.h

jorton      2003/11/26 01:34:15

  Modified:    modules/ssl mod_ssl.h
  Log:
  * modules/ssl/mod_ssl.h: Remove prototypes for shmht.
  
  Revision  Changes    Path
  1.142     +0 -8      httpd-2.0/modules/ssl/mod_ssl.h
  
  Index: mod_ssl.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ssl/mod_ssl.h,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -u -r1.141 -r1.142
  --- mod_ssl.h	25 Nov 2003 16:59:10 -0000	1.141
  +++ mod_ssl.h	26 Nov 2003 09:34:15 -0000	1.142
  @@ -594,14 +594,6 @@
   void         ssl_scache_dbm_expire(server_rec *);
   void         ssl_scache_dbm_status(request_rec *r, int flags, apr_pool_t *pool);
   
  -void         ssl_scache_shmht_init(server_rec *, apr_pool_t *);
  -void         ssl_scache_shmht_kill(server_rec *);
  -BOOL         ssl_scache_shmht_store(server_rec *, UCHAR *, int, time_t, SSL_SESSION *);
  -SSL_SESSION *ssl_scache_shmht_retrieve(server_rec *, UCHAR *, int);
  -void         ssl_scache_shmht_remove(server_rec *, UCHAR *, int);
  -void         ssl_scache_shmht_expire(server_rec *);
  -void         ssl_scache_shmht_status(server_rec *, apr_pool_t *, void (*)(char *, void *), void *);
  -
   void         ssl_scache_shmcb_init(server_rec *, apr_pool_t *);
   void         ssl_scache_shmcb_kill(server_rec *);
   BOOL         ssl_scache_shmcb_store(server_rec *, UCHAR *, int, time_t, SSL_SESSION *);