Changeset dcec209 in mod_gnutls for src/mod_gnutls.c
- Timestamp:
- Nov 28, 2019, 6:22:08 AM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- d4c9331
- Parents:
- f064d74
- git-author:
- Fiona Klute <fiona.klute@…> (11/28/19 04:42:46)
- git-committer:
- Fiona Klute <fiona.klute@…> (11/28/19 06:22:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mod_gnutls.c
rf064d74 rdcec209 3 3 * Copyright 2008, 2014 Nikos Mavrogiannopoulos 4 4 * Copyright 2011 Dash Shendy 5 * Copyright 2015-201 8Fiona Klute5 * Copyright 2015-2019 Fiona Klute 6 6 * 7 7 * Licensed under the Apache License, Version 2.0 (the "License"); … … 179 179 180 180 /* TLS parameters are empty if there is no session */ 181 if (ctxt == NULL || ctxt->c == NULL )181 if (ctxt == NULL || ctxt->c == NULL || ctxt->session == NULL) 182 182 return NULL; 183 183
Note: See TracChangeset
for help on using the changeset viewer.