Changeset e6d9e47 in mod_gnutls for src/gnutls_proxy.h
- Timestamp:
- Jun 5, 2020, 3:42:56 PM (10 months ago)
- Branches:
- asyncio, master
- Children:
- 796d9a3
- Parents:
- 641d11b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_proxy.h
r641d11b re6d9e47 55 55 gnutls_datum_t mgs_proxy_ticket_id(mgs_handle_t *ctxt, apr_pool_t *pool); 56 56 57 /** 58 * `gnutls_handshake_hook_func` to handle incoming session tickets on 59 * proxy connections. 60 */ 61 int mgs_proxy_got_ticket_func(gnutls_session_t session, 62 unsigned int htype, 63 unsigned when, 64 unsigned int incoming __attribute__((unused)), 65 const gnutls_datum_t *msg __attribute__((unused))); 66 57 67 #endif /* __MOD_GNUTLS_PROXY_H__ */
Note: See TracChangeset
for help on using the changeset viewer.