Changeset 3aff94d in mod_gnutls for src/gnutls_hooks.c
- Timestamp:
- Oct 31, 2018, 3:20:28 AM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- b47dc70
- Parents:
- 267a27a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r267a27a r3aff94d 28 28 #include "http_vhost.h" 29 29 #include "ap_mpm.h" 30 #include "mod_status.h"30 #include <mod_status.h> 31 31 #include <util_mutex.h> 32 32 #include <apr_escape.h> … … 1995 1995 ap_rputs("</dl>\n", r); 1996 1996 1997 if (sc->ocsp_cache) 1998 mgs_cache_status(sc->ocsp_cache, "GnuTLS OCSP Cache", r, flags); 1999 if (sc->cache_enable) 2000 mgs_cache_status(sc->cache, "GnuTLS Session Cache", r, flags); 2001 1997 2002 return OK; 1998 2003 }
Note: See TracChangeset
for help on using the changeset viewer.