Changeset 81018a4 in mod_gnutls for src/gnutls_cache.c
- Timestamp:
- Jul 23, 2019, 2:33:41 AM (20 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 556783e
- Parents:
- 65c84e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_cache.c
r65c84e5 r81018a4 52 52 /** Maximum length of the hex string representation of a GnuTLS 53 53 * session ID: two characters per byte, plus one more for `\0` */ 54 #if GNUTLS_VERSION_NUMBER >= 0x03040055 54 #define GNUTLS_SESSION_ID_STRING_LEN ((GNUTLS_MAX_SESSION_ID_SIZE * 2) + 1) 56 #else57 #define GNUTLS_SESSION_ID_STRING_LEN ((GNUTLS_MAX_SESSION_ID * 2) + 1)58 #endif59 55 60 56 #ifdef APLOG_USE_MODULE
Note: See TracChangeset
for help on using the changeset viewer.