Changeset b3eb741 in mod_gnutls
- Timestamp:
- Sep 26, 2011, 12:00:52 AM (12 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 410d216
- Parents:
- 0cfcbf3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r0cfcbf3 rb3eb741 636 636 return NULL; 637 637 } 638 639 640 static const int protocol_priority[] = {641 GNUTLS_TLS1_1, GNUTLS_TLS1_0, GNUTLS_SSL3, 0642 };643 638 644 639 static mgs_handle_t *create_gnutls_handle(apr_pool_t * pool, conn_rec * c) {
Note: See TracChangeset
for help on using the changeset viewer.