Changeset 23e98b3 in mod_gnutls for include/mod_gnutls.h.in
- Timestamp:
- Apr 9, 2018, 2:52:27 AM (3 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 4cdd4fd
- Parents:
- 235e109
- git-author:
- Fiona Klute <fiona.klute@…> (04/09/18 02:47:29)
- git-committer:
- Fiona Klute <fiona.klute@…> (04/09/18 02:52:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r235e109 r23e98b3 297 297 APR_DECLARE_OPTIONAL_FN(int, ssl_proxy_enable, (conn_rec *)); 298 298 APR_DECLARE_OPTIONAL_FN(int, ssl_engine_disable, (conn_rec *)); 299 APR_DECLARE_OPTIONAL_FN(int, ssl_engine_set, (conn_rec *, 300 ap_conf_vector_t *, 301 int proxy, int enable)); 299 302 int ssl_is_https(conn_rec *c); 300 303 int ssl_proxy_enable(conn_rec *c);
Note: See TracChangeset
for help on using the changeset viewer.