Changeset b8df283 in mod_gnutls
- Timestamp:
- Jan 29, 2013, 3:41:38 PM (9 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 369f47a
- Parents:
- 2b76a9c
- git-author:
- Daniel Kahn Gillmor <dkg@…> (01/25/13 21:45:35)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (01/29/13 15:41:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r2b76a9c rb8df283 31 31 #endif 32 32 33 static gnutls_datum session_ticket_key = {NULL, 0};33 static gnutls_datum_t session_ticket_key = {NULL, 0}; 34 34 35 35 static int mgs_cert_verify(request_rec * r, mgs_handle_t * ctxt); … … 304 304 305 305 if (sc_base->dh_params == NULL) { 306 gnutls_datum pdata = {306 gnutls_datum_t pdata = { 307 307 (void *) static_dh_params, 308 308 sizeof(static_dh_params)
Note: See TracChangeset
for help on using the changeset viewer.